public class RequestContext extends AbstractContext
active, componentInstanceMap, scopeType| Constructor and Description |
|---|
RequestContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual) |
SessionContext |
getPropagatedSessionContext() |
Object |
getRequestObject()
The base object for the current RequestContext.
|
void |
setComponentInstanceMap() |
void |
setPropagatedSessionContext(SessionContext propagatedSessionContext) |
checkActive, destroy, destroyInstance, get, get, getInstance, getScope, isActive, setActivepublic void setComponentInstanceMap()
AbstractContextsetComponentInstanceMap in class AbstractContextpublic Object getRequestObject()
Initialized and
Destroyed events.
This can be overloaded in web requests.null for other kind of requests‚public void setPropagatedSessionContext(SessionContext propagatedSessionContext)
public SessionContext getPropagatedSessionContext()
null otherwisepublic void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
destroy in interface javax.enterprise.context.spi.AlterableContextdestroy in class AbstractContextCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.