public class ProfileRequestContextFlowExecutionListener extends FlowExecutionListenerAdapter
ProfileRequestContext in a request attribute to make it
accessible outside the Webflow execution pipeline. The PRC is stored under the key
ProfileRequestContext.BINDING_KEY.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger instance.
|
| Constructor and Description |
|---|
ProfileRequestContextFlowExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
private ProfileRequestContext |
getProfileRequestContext(RequestContext context)
Get the profile request context bound to conversation scope.
|
private ServletRequest |
getRequest(RequestContext context)
Get the servlet request.
|
void |
resuming(RequestContext context) |
void |
stateEntered(RequestContext context,
StateDefinition previousState,
StateDefinition newState) |
eventSignaled, exceptionThrown, paused, requestProcessed, requestSubmitted, sessionCreating, sessionEnded, sessionEnding, sessionStarted, sessionStarting, stateEntering, transitionExecuting, viewRendered, viewRenderingpublic ProfileRequestContextFlowExecutionListener()
public void stateEntered(RequestContext context, StateDefinition previousState, StateDefinition newState)
stateEntered in interface FlowExecutionListenerstateEntered in class FlowExecutionListenerAdapterpublic void resuming(RequestContext context)
resuming in interface FlowExecutionListenerresuming in class FlowExecutionListenerAdapter@Nullable private ProfileRequestContext getProfileRequestContext(@Nonnull RequestContext context)
context - Spring request context@Nullable private ServletRequest getRequest(@Nonnull RequestContext context)
context - Spring request contextCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.