|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventFactorySupport | |
---|---|
org.springframework.webflow.action | Common action implementations invokable by flow definitions. |
org.springframework.webflow.engine.builder | The flow builder subsystem for building and assembling executable flow definitions. |
Uses of EventFactorySupport in org.springframework.webflow.action |
---|
Subclasses of EventFactorySupport in org.springframework.webflow.action | |
---|---|
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 EventFactorySupport | |
---|---|
EventFactorySupport |
AbstractAction.getEventFactorySupport()
Returns the helper delegate for creating action execution result events. |
Uses of EventFactorySupport in org.springframework.webflow.engine.builder |
---|
Methods in org.springframework.webflow.engine.builder that return EventFactorySupport | |
---|---|
EventFactorySupport |
AbstractFlowBuilder.getEventFactorySupport()
Returns the configured event factory support helper for creating commonly used event identifiers that drive transitions created by this builder. |
Methods in org.springframework.webflow.engine.builder with parameters of type EventFactorySupport | |
---|---|
void |
AbstractFlowBuilder.setEventFactorySupport(EventFactorySupport eventFactorySupport)
Sets the event factory support helper to use to create commonly used event identifiers that drive transitions created by this builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |