org.jboss.weld.context
Interface WeldCreationalContext<T>

Type Parameters:
T -
All Superinterfaces:
javax.enterprise.context.spi.CreationalContext<T>
All Known Implementing Classes:
CreationalContextImpl, ForwardingWeldCreationalContext

public interface WeldCreationalContext<T>
extends javax.enterprise.context.spi.CreationalContext<T>

Author:
pmuir

Method Summary
 void addDependentInstance(org.jboss.weld.context.api.ContextualInstance<?> contextualInstance)
           
 boolean containsIncompleteInstance(javax.enterprise.context.spi.Contextual<?> bean)
           
<S> WeldCreationalContext<S>
getCreationalContext(javax.enterprise.context.spi.Contextual<S> Contextual)
           
 List<org.jboss.weld.context.api.ContextualInstance<?>> getDependentInstances()
          Returns an unmodifiable list of dependent instances.
<S> S
getIncompleteInstance(javax.enterprise.context.spi.Contextual<S> bean)
           
 void release()
           
 
Methods inherited from interface javax.enterprise.context.spi.CreationalContext
push
 

Method Detail

getCreationalContext

<S> WeldCreationalContext<S> getCreationalContext(javax.enterprise.context.spi.Contextual<S> Contextual)

getIncompleteInstance

<S> S getIncompleteInstance(javax.enterprise.context.spi.Contextual<S> bean)

containsIncompleteInstance

boolean containsIncompleteInstance(javax.enterprise.context.spi.Contextual<?> bean)

addDependentInstance

void addDependentInstance(org.jboss.weld.context.api.ContextualInstance<?> contextualInstance)

release

void release()
Specified by:
release in interface javax.enterprise.context.spi.CreationalContext<T>

getDependentInstances

List<org.jboss.weld.context.api.ContextualInstance<?>> getDependentInstances()
Returns an unmodifiable list of dependent instances.



Copyright © 2013 Seam Framework. All Rights Reserved.