Class CreationContext<T>
java.lang.Object
org.exoplatform.container.context.CreationContext<T>
- All Implemented Interfaces:
Serializable
This class defined all the context needed while creation the object instance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreationContext(javax.enterprise.context.spi.Contextual<T> contextual, javax.enterprise.context.spi.CreationalContext<T> creationalContext, T instance) -
Method Summary
-
Constructor Details
-
CreationContext
public CreationContext() -
CreationContext
-
-
Method Details