public abstract class ForwardingContextual<T> extends Object implements javax.enterprise.context.spi.Contextual<T>
| Constructor and Description |
|---|
ForwardingContextual() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected abstract javax.enterprise.context.spi.Contextual<T> delegate()
public T create(javax.enterprise.context.spi.CreationalContext<T> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<T>public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<T>Copyright © 2014 Seam Framework. All Rights Reserved.