站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Action (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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)