public final class ActionSupport extends Object
Action operations.| Modifier | Constructor and Description |
|---|---|
private |
ActionSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.webflow.execution.Event |
buildEvent(Object source,
String eventId)
Builds an event with a given ID but no related attributes.
|
static org.springframework.webflow.execution.Event |
buildEvent(Object source,
String eventId,
org.springframework.webflow.core.collection.AttributeMap eventAttributes)
Builds an event, to be returned by the given component.
|
static org.springframework.webflow.execution.Event |
buildProceedEvent(Object source)
Signals a successful outcome by an action.
|
@Nullable public static org.springframework.webflow.execution.Event buildProceedEvent(@Nonnull Object source)
source - the source of the event@Nonnull public static org.springframework.webflow.execution.Event buildEvent(@Nonnull Object source, @Nonnull String eventId)
source - the source of the eventeventId - the ID of the event@Nonnull public static org.springframework.webflow.execution.Event buildEvent(@Nonnull Object source, @Nonnull String eventId, @Nonnull org.springframework.webflow.core.collection.AttributeMap eventAttributes)
source - IdP component that will return the constructed eventeventId - ID of the eventeventAttributes - attributes associated with the eventEventCopyright © 1999–2014. All rights reserved.