org.jboss.weld.context.api
Interface ContextualInstance<T>

All Known Subinterfaces:
SerializableContextualInstance<C,I>

public interface ContextualInstance<T>


Method Summary
 javax.enterprise.context.spi.Contextual<T> getContextual()
           
 javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
           
 T getInstance()
           
 

Method Detail

getInstance

T getInstance()

getCreationalContext

javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()

getContextual

javax.enterprise.context.spi.Contextual<T> getContextual()


Copyright © 2013 Seam Framework. All Rights Reserved.