public class RequestContextImpl extends AbstractUnboundContext implements org.jboss.weld.context.RequestContext
| Constructor and Description |
|---|
RequestContextImpl(String contextId) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
clearAndSet(Collection<org.jboss.weld.context.api.ContextualInstance<?>> setOfInstances) |
void |
deactivate() |
Collection<org.jboss.weld.context.api.ContextualInstance<?>> |
getAllContextualInstances() |
Class<? extends Annotation> |
getScope() |
cleanup, destroy, getBeanStore, setBeanStoreinvalidate, isActive, isValid, removeState, setActivecheckContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreadedpublic RequestContextImpl(String contextId)
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic void activate()
activate in interface org.jboss.weld.context.ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
deactivate in interface org.jboss.weld.context.ManagedContextdeactivate in class AbstractManagedContextpublic Collection<org.jboss.weld.context.api.ContextualInstance<?>> getAllContextualInstances()
getAllContextualInstances in interface org.jboss.weld.context.WeldAlterableContextpublic void clearAndSet(Collection<org.jboss.weld.context.api.ContextualInstance<?>> setOfInstances)
clearAndSet in interface org.jboss.weld.context.WeldAlterableContextCopyright © 2019. All rights reserved.