Uses of Interface
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria

Packages that use FlowExecutionListenerCriteria
org.springframework.webflow.execution.factory Supporting types often used by flow execution factory implementations. 
 

Uses of FlowExecutionListenerCriteria in org.springframework.webflow.execution.factory
 

Methods in org.springframework.webflow.execution.factory that return FlowExecutionListenerCriteria
 FlowExecutionListenerCriteria FlowExecutionListenerCriteriaFactory.allFlows()
          Returns a wild card criteria that matches all flows.
 FlowExecutionListenerCriteria FlowExecutionListenerCriteriaFactory.flow(java.lang.String flowId)
          Returns a criteria that just matches a flow with the specified id.
 FlowExecutionListenerCriteria FlowExecutionListenerCriteriaFactory.flows(java.lang.String[] flowIds)
          Returns a criteria that just matches a flow if it is identified by one of the specified ids.
protected  FlowExecutionListenerCriteria ConditionalFlowExecutionListenerLoader.getCriteria(java.lang.String value)
          Decode given string value into one of the well known criteria types.
 

Methods in org.springframework.webflow.execution.factory with parameters of type FlowExecutionListenerCriteria
 void ConditionalFlowExecutionListenerLoader.addListener(FlowExecutionListener listener, FlowExecutionListenerCriteria criteria)
          Add a listener that will listen to executions to flows matching the specified criteria.
 void ConditionalFlowExecutionListenerLoader.addListeners(FlowExecutionListener[] listeners, FlowExecutionListenerCriteria criteria)
          Adds a collection of listeners that share a matching criteria.
 void ConditionalFlowExecutionListenerLoader.removeListenerCriteria(FlowExecutionListener listener, FlowExecutionListenerCriteria criteria)
          Remove the criteria for the specified listener.
 



Copyright © 2009 Spring Framework. All Rights Reserved.