public final class ActionSupport extends Object
ProfileAction operations.| Modifier and Type | Method and Description |
|---|---|
static void |
buildEvent(ProfileRequestContext profileRequestContext,
String eventId)
Builds an event with a given ID but no related attributes.
|
static void |
buildProceedEvent(ProfileRequestContext profileRequestContext)
Signals a successful outcome by an action.
|
public static void buildProceedEvent(@Nonnull ProfileRequestContext profileRequestContext)
profileRequestContext - the context to carry the eventpublic static void buildEvent(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull @NotEmpty String eventId)
profileRequestContext - the context to carry the eventeventId - the ID of the eventCopyright © 2016 JBoss by Red Hat. All rights reserved.