Uses of Class
org.springframework.webflow.action.ResultEventFactorySelector

Packages that use ResultEventFactorySelector
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
 

Uses of ResultEventFactorySelector in org.springframework.webflow.action
 

Methods in org.springframework.webflow.action that return ResultEventFactorySelector
 ResultEventFactorySelector BeanInvokingActionFactory.getResultEventFactorySelector()
          Returns the strategy for calculating the result event factory to configure for each bean invoking action created by this factory.
 

Methods in org.springframework.webflow.action with parameters of type ResultEventFactorySelector
 void BeanInvokingActionFactory.setResultEventFactorySelector(ResultEventFactorySelector resultEventFactorySelector)
          Sets the strategy to calculate the result event factory to configure for each bean invoking action created by this factory.
 



Copyright © 2009 Spring Framework. All Rights Reserved.