org.jboss.seam.navigation
public final class Rule extends Object
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
void |
addEventType(String eventType) |
void |
addNavigationHandler(NavigationHandler navigationHandler) |
boolean |
execute(javax.faces.context.FacesContext context) |
Expressions.ValueExpression |
getCondition() |
ConversationControl |
getConversationControl() |
List<String> |
getEventTypes() |
List<NavigationHandler> |
getNavigationHandlers() |
String |
getOutcomeValue() |
List<Output> |
getOutputs() |
ProcessControl |
getProcessControl() |
boolean |
matches(String actualValue) |
void |
setCondition(Expressions.ValueExpression expression) |
void |
setOutcomeValue(String value) |
public boolean matches(String actualValue)
public List<NavigationHandler> getNavigationHandlers()
public void addNavigationHandler(NavigationHandler navigationHandler)
public ConversationControl getConversationControl()
public ProcessControl getProcessControl()
public Expressions.ValueExpression getCondition()
public void setCondition(Expressions.ValueExpression expression)
public String getOutcomeValue()
public void setOutcomeValue(String value)
public boolean execute(javax.faces.context.FacesContext context)
public void addEventType(String eventType)
Copyright © 2015 Seam Framework. All Rights Reserved.