|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.execution.support.EventFactorySupport
org.springframework.webflow.action.SuccessEventFactory
public class SuccessEventFactory
Default implementation of the resultObject-to-event mapping interface. Always returns the "success" event.
Constructor Summary | |
---|---|
SuccessEventFactory()
|
Method Summary | |
---|---|
Event |
createResultEvent(java.lang.Object source,
java.lang.Object resultObject,
RequestContext context)
Create an event instance from the result object. |
Methods inherited from class org.springframework.webflow.execution.support.EventFactorySupport |
---|
error, error, event, event, event, event, getErrorEventId, getExceptionAttributeName, getNoEventId, getNullEventId, getResultAttributeName, getSuccessEventId, getYesEventId, no, setErrorEventId, setExceptionAttributeName, setNoEventId, setNullEventId, setResultAttributeName, setSuccessEventId, setYesEventId, success, success, yes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuccessEventFactory()
Method Detail |
---|
public Event createResultEvent(java.lang.Object source, java.lang.Object resultObject, RequestContext context)
ResultEventFactory
createResultEvent
in interface ResultEventFactory
source
- the source of the eventresultObject
- the result object, typically the return value of a bean methodcontext
- a flow execution request context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |