Uses of Interface
org.springframework.webflow.action.ResultEventFactory

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

Uses of ResultEventFactory in org.springframework.webflow.action
 

Classes in org.springframework.webflow.action that implement ResultEventFactory
 class ResultObjectBasedEventFactory
          Result object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flow event.
 class SuccessEventFactory
          Default implementation of the resultObject-to-event mapping interface.
 

Methods in org.springframework.webflow.action that return ResultEventFactory
 ResultEventFactory ResultEventFactorySelector.forMethod(java.lang.reflect.Method method)
          Select the appropriate result event factory for attempts to invoke the given method.
 ResultEventFactory ResultEventFactorySelector.forResult(java.lang.Object result)
          Select the appropriate result event factory for the given result.
protected  ResultEventFactory ResultEventFactorySelector.forType(java.lang.Class resultType)
          Select the appropriate result event factory for given result type.
protected  ResultEventFactory AbstractBeanInvokingAction.getResultEventFactory()
          Returns the event adaption strategy used by this action.
 

Methods in org.springframework.webflow.action with parameters of type ResultEventFactory
 void AbstractBeanInvokingAction.setResultEventFactory(ResultEventFactory resultEventFactory)
          Set the bean return value->event adaption strategy.
 



Copyright © 2009 Spring Framework. All Rights Reserved.