public interface WebBeansContext
extends javax.enterprise.context.spi.Context
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the context.
|
<T> javax.enterprise.context.spi.CreationalContext<T> |
getCreationalContext(javax.enterprise.context.spi.Contextual<T> contextual)
Gets creational context of the given bean.
|
<T> void |
initContextualBag(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Initializes this contextual bag with
given creational context.
|
<T> void initContextualBag(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Given creational context is used fot creating the bean instance.
T - typecontextual - contextual beancreationalContext - creational contextvoid destroy()
<T> javax.enterprise.context.spi.CreationalContext<T> getCreationalContext(javax.enterprise.context.spi.Contextual<T> contextual)
T - typecontextual - contextual beanCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.