public class SpringRequestContext
extends org.opensaml.messaging.context.BaseContext
BaseContext which holds the Spring WebFlow RequestContext in which the
overall parent context is operating.
Actions that make use of this context type are specific to Spring Web Flow and cannot be orchestrated without that technology.
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.webflow.execution.RequestContext |
context
The request context represented.
|
| Constructor and Description |
|---|
SpringRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.RequestContext |
getRequestContext()
Get the request context.
|
void |
setRequestContext(org.springframework.webflow.execution.RequestContext newContext)
Set the request context.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private org.springframework.webflow.execution.RequestContext context
@Nullable public org.springframework.webflow.execution.RequestContext getRequestContext()
public void setRequestContext(@Nullable org.springframework.webflow.execution.RequestContext newContext)
newContext - the request contextCopyright © 1999–2014. All rights reserved.