public abstract class ForwardingWeldCreationalContext<T> extends Object implements WeldCreationalContext<T>
Constructor and Description |
---|
ForwardingWeldCreationalContext() |
Modifier and Type | Method and Description |
---|---|
void |
addDependentInstance(org.jboss.weld.context.api.ContextualInstance<?> contextualInstance) |
boolean |
containsIncompleteInstance(javax.enterprise.context.spi.Contextual<?> bean) |
protected abstract WeldCreationalContext<T> |
delegate() |
boolean |
equals(Object obj) |
<S> WeldCreationalContext<S> |
getCreationalContext(javax.enterprise.context.spi.Contextual<S> Contextual) |
<S> S |
getIncompleteInstance(javax.enterprise.context.spi.Contextual<S> bean) |
int |
hashCode() |
void |
push(T incompleteInstance) |
void |
release() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDependentInstances
protected abstract WeldCreationalContext<T> delegate()
public void push(T incompleteInstance)
push
in interface javax.enterprise.context.spi.CreationalContext<T>
public void release()
release
in interface javax.enterprise.context.spi.CreationalContext<T>
release
in interface WeldCreationalContext<T>
public boolean containsIncompleteInstance(javax.enterprise.context.spi.Contextual<?> bean)
containsIncompleteInstance
in interface WeldCreationalContext<T>
public <S> WeldCreationalContext<S> getCreationalContext(javax.enterprise.context.spi.Contextual<S> Contextual)
getCreationalContext
in interface WeldCreationalContext<T>
public <S> S getIncompleteInstance(javax.enterprise.context.spi.Contextual<S> bean)
getIncompleteInstance
in interface WeldCreationalContext<T>
public void addDependentInstance(org.jboss.weld.context.api.ContextualInstance<?> contextualInstance)
addDependentInstance
in interface WeldCreationalContext<T>
Copyright © 2013 Seam Framework. All rights reserved.