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

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


org.jboss.seam.pages
Class Rule

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

public final class Rule
extends Object


Constructor Summary
Rule()
           
 
Method Summary
 void addNavigationHandler(NavigationHandler navigationHandler)
           
 boolean execute(javax.faces.context.FacesContext context)
           
 Expressions.ValueBinding getCondition()
           
 ConversationControl getConversationControl()
           
 List<NavigationHandler> getNavigationHandlers()
           
 String getOutcomeValue()
           
 List<Output> getOutputs()
           
 ProcessControl getProcessControl()
           
 TaskControl getTaskControl()
           
 boolean matches(String actualValue)
           
 void setCondition(Expressions.ValueBinding expression)
           
 void setOutcomeValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule()
Method Detail

matches

public boolean matches(String actualValue)

getNavigationHandlers

public List<NavigationHandler> getNavigationHandlers()

addNavigationHandler

public void addNavigationHandler(NavigationHandler navigationHandler)

getConversationControl

public ConversationControl getConversationControl()

getTaskControl

public TaskControl getTaskControl()

getProcessControl

public ProcessControl getProcessControl()

getCondition

public Expressions.ValueBinding getCondition()

setCondition

public void setCondition(Expressions.ValueBinding expression)

getOutcomeValue

public String getOutcomeValue()

setOutcomeValue

public void setOutcomeValue(String value)

getOutputs

public List<Output> getOutputs()

execute

public boolean execute(javax.faces.context.FacesContext context)