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

All Known Subinterfaces:
SerializableContextualInstance<C,I>

public interface ContextualInstance<T>


Method Summary
 Contextual<T> getContextual()
           
 CreationalContext<T> getCreationalContext()
           
 T getInstance()
           
 

Method Detail

getInstance

T getInstance()

getCreationalContext

CreationalContext<T> getCreationalContext()

getContextual

Contextual<T> getContextual()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.