org.exoplatform.container.context
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:
- Serialized Form
|
Constructor Summary |
CreationContext()
|
CreationContext(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
T instance)
|
CreationContext
public CreationContext()
CreationContext
public CreationContext(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
T instance)
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:
Object.hashCode()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
- See Also:
Object.equals(java.lang.Object)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.