public class WeldRequestScopeAdapter extends Object implements ScopeAdapter
RequestScoped
Modifier and Type | Method and Description |
---|---|
void |
activateContext()
Associate and activate the context for the current
Thread |
void |
deactivateContext()
After this invocation, this context is no more in use for this
Thread |
static SyncBeanStore |
getCurrentBeanStore() |
static WeldRequestScopeAdapter |
getInstance() |
static void |
init(org.jboss.weld.context.bound.BoundRequestContext context) |
void |
invalidateContext()
Marks the currently bounded bean store as to be invalidated,
|
public static WeldRequestScopeAdapter getInstance()
public static void init(org.jboss.weld.context.bound.BoundRequestContext context)
public void activateContext()
ScopeAdapter
Thread
activateContext
in interface ScopeAdapter
public void invalidateContext()
ScopeAdapter
invalidateContext
in interface ScopeAdapter
public void deactivateContext()
ScopeAdapter
Thread
deactivateContext
in interface ScopeAdapter
public static SyncBeanStore getCurrentBeanStore()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.