|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
public class FlowExecutionListenerCriteriaFactory
Static factory for creating commonly used flow execution listener criteria.
FlowExecutionListenerCriteria| Constructor Summary | |
|---|---|
FlowExecutionListenerCriteriaFactory()
|
|
| Method Summary | |
|---|---|
FlowExecutionListenerCriteria |
allFlows()
Returns a wild card criteria that matches all flows. |
FlowExecutionListenerCriteria |
flow(java.lang.String flowId)
Returns a criteria that just matches a flow with the specified id. |
FlowExecutionListenerCriteria |
flows(java.lang.String... flowIds)
Returns a criteria that just matches a flow if it is identified by one of the specified ids. |
FlowExecutionListenerCriteria |
getListenerCriteria(java.lang.String encodedCriteria)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowExecutionListenerCriteriaFactory()
| Method Detail |
|---|
public FlowExecutionListenerCriteria getListenerCriteria(java.lang.String encodedCriteria)
public FlowExecutionListenerCriteria allFlows()
public FlowExecutionListenerCriteria flow(java.lang.String flowId)
flowId - the flow id to matchpublic FlowExecutionListenerCriteria flows(java.lang.String... flowIds)
flowIds - the flow ids to match
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||