Class CreationContext<T>

java.lang.Object
org.exoplatform.container.context.CreationContext<T>
All Implemented Interfaces:
Serializable

public class CreationContext<T> extends Object implements Serializable
This class defined all the context needed while creation the object instance
Version:
$Id$
Author:
Nicolas Filotto
See Also:
  • Constructor Details

    • CreationContext

      public CreationContext()
    • CreationContext

      public CreationContext(javax.enterprise.context.spi.Contextual<T> contextual, javax.enterprise.context.spi.CreationalContext<T> creationalContext, T instance)
  • Method Details

    • getCreationalContext

      public javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
      Returns:
      the creationalContext
    • getInstance

      public T getInstance()
      Returns:
      the instance
    • getContextual

      public javax.enterprise.context.spi.Contextual<T> getContextual()
      Returns:
      the contextual
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
      See Also: