org.jboss.seam.pages
Class Action

java.lang.Object
  extended by org.jboss.seam.pages.Action

public class Action
extends Object


Constructor Summary
Action()
           
 
Method Summary
 Expressions.MethodBinding getMethodBinding()
           
 String getOutcome()
           
 Expressions.ValueBinding getValueBinding()
           
 boolean isExecutable()
           
 void setMethodBinding(Expressions.MethodBinding methodBinding)
           
 void setOutcome(String outcome)
           
 void setValueBinding(Expressions.ValueBinding valueBinding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

isExecutable

public boolean isExecutable()

getMethodBinding

public Expressions.MethodBinding getMethodBinding()

setMethodBinding

public void setMethodBinding(Expressions.MethodBinding methodBinding)

getValueBinding

public Expressions.ValueBinding getValueBinding()

setValueBinding

public void setValueBinding(Expressions.ValueBinding valueBinding)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)