public class BoundRequestContextImpl extends AbstractBoundContext<Map<String,Object>> implements org.jboss.weld.context.bound.BoundRequestContext
Constructor and Description |
---|
BoundRequestContextImpl(String contextId) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
boolean |
associate(Map<String,Object> storage) |
void |
deactivate() |
Class<? extends Annotation> |
getScope() |
void |
invalidate() |
cleanup, dissociate, getBeanStore, setBeanStore
isActive, isValid, setActive
checkContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistry
public BoundRequestContextImpl(String contextId)
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.context.spi.Context
public void activate()
activate
in interface org.jboss.weld.context.ManagedContext
activate
in class AbstractBoundContext<Map<String,Object>>
public void deactivate()
deactivate
in interface org.jboss.weld.context.ManagedContext
deactivate
in class AbstractBoundContext<Map<String,Object>>
public void invalidate()
invalidate
in interface org.jboss.weld.context.ManagedContext
invalidate
in class AbstractManagedContext
Copyright © 2016. All rights reserved.