当前页面:
在线文档首页 >
JBoss Seam 1.1.6 API 英文版文档
Action (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档
org.jboss.seam.pages
Class Action
java.lang.Object
org.jboss.seam.pages.Action
public class Action
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
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)