org.jboss.weld.context
Class ForwardingContextual<T>
java.lang.Object
org.jboss.weld.context.ForwardingContextual<T>
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<T>
- Direct Known Subclasses:
- SerializableContextualImpl
public abstract class ForwardingContextual<T>
- extends Object
- implements javax.enterprise.context.spi.Contextual<T>
Method Summary |
T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
protected abstract javax.enterprise.context.spi.Contextual<T> |
delegate()
|
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
ForwardingContextual
public ForwardingContextual()
delegate
protected abstract javax.enterprise.context.spi.Contextual<T> delegate()
create
public T create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
- Specified by:
create
in interface javax.enterprise.context.spi.Contextual<T>
destroy
public void destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
- Specified by:
destroy
in interface javax.enterprise.context.spi.Contextual<T>
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Seam Framework. All Rights Reserved.