Class NoopInjectionTarget<T>
-
- org.apache.tapestry5.internal.jpa.NoopInjectionTarget<T>
-
- All Implemented Interfaces:
<T>
,<T>
public class NoopInjectionTarget<T> extends implements <T>
-
-
Constructor Summary
Constructors Constructor Description NoopInjectionTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(T instance)
<>
getInjectionPoints()
void
inject(T instance, <T> ctx)
void
postConstruct(T instance)
void
preDestroy(T instance)
T
<T> ctx)
-
-
-
Constructor Detail
-
NoopInjectionTarget
public NoopInjectionTarget()
-
-
Method Detail
-
getInjectionPoints
public <> getInjectionPoints()
- Specified by:
in interface
<T>
-
postConstruct
public void postConstruct(T instance)
- Specified by:
in interface
<T>
-
preDestroy
public void preDestroy(T instance)
- Specified by:
in interface
<T>
-
-