T
- The class of the instancepublic abstract class ForwardingInjectionTarget<T> extends Object implements javax.enterprise.inject.spi.InjectionTarget<T>
InjectionTarget
that forwards all calls to
delegate()
.Constructor and Description |
---|
ForwardingInjectionTarget() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.enterprise.inject.spi.InjectionTarget<T> |
delegate()
All calls to this
InjectionTarget instance are forwarded to the
delegate unless overridden. |
void |
dispose(T instance) |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
void |
inject(T instance,
javax.enterprise.context.spi.CreationalContext<T> ctx) |
void |
postConstruct(T instance) |
void |
preDestroy(T instance) |
T |
produce(javax.enterprise.context.spi.CreationalContext<T> ctx) |
protected abstract javax.enterprise.inject.spi.InjectionTarget<T> delegate()
InjectionTarget
instance are forwarded to the
delegate unless overridden.InjectionTarget
public void inject(T instance, javax.enterprise.context.spi.CreationalContext<T> ctx)
inject
in interface javax.enterprise.inject.spi.InjectionTarget<T>
public void postConstruct(T instance)
postConstruct
in interface javax.enterprise.inject.spi.InjectionTarget<T>
public void preDestroy(T instance)
preDestroy
in interface javax.enterprise.inject.spi.InjectionTarget<T>
public void dispose(T instance)
dispose
in interface javax.enterprise.inject.spi.Producer<T>
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface javax.enterprise.inject.spi.Producer<T>
Copyright © 2008-2013 Seam Framework. All Rights Reserved.