public class SpringRequestContext extends 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.
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private RequestContext |
context
The request context represented.
|
| Constructor and Description |
|---|
SpringRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
getRequestContext()
Get the request context.
|
void |
setRequestContext(RequestContext newContext)
Set the request context.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private RequestContext context
@Nullable public RequestContext getRequestContext()
public void setRequestContext(@Nullable RequestContext newContext)
newContext - the request contextCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.