public class ProfileRequestContextFlowExecutionListener
extends org.springframework.webflow.execution.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(org.springframework.webflow.execution.RequestContext context)
Get the profile request context bound to conversation scope.
|
private javax.servlet.ServletRequest |
getRequest(org.springframework.webflow.execution.RequestContext context)
Get the servlet request.
|
void |
resuming(org.springframework.webflow.execution.RequestContext context) |
void |
stateEntered(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.definition.StateDefinition previousState,
org.springframework.webflow.definition.StateDefinition newState) |
eventSignaled, exceptionThrown, paused, requestProcessed, requestSubmitted, sessionCreating, sessionEnded, sessionEnding, sessionStarted, sessionStarting, stateEntering, transitionExecuting, viewRendered, viewRenderingpublic ProfileRequestContextFlowExecutionListener()
public void stateEntered(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.definition.StateDefinition previousState,
org.springframework.webflow.definition.StateDefinition newState)
stateEntered in interface org.springframework.webflow.execution.FlowExecutionListenerstateEntered in class org.springframework.webflow.execution.FlowExecutionListenerAdapterpublic void resuming(org.springframework.webflow.execution.RequestContext context)
resuming in interface org.springframework.webflow.execution.FlowExecutionListenerresuming in class org.springframework.webflow.execution.FlowExecutionListenerAdapter@Nullable private ProfileRequestContext getProfileRequestContext(@Nonnull org.springframework.webflow.execution.RequestContext context)
context - Spring request contextCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.