Package org.smooks.engine.lifecycle
Class AbstractLifecyclePhase
- java.lang.Object
-
- org.smooks.engine.lifecycle.AbstractLifecyclePhase
-
- All Implemented Interfaces:
LifecyclePhase
- Direct Known Subclasses:
PostConstructLifecyclePhase
,PreDestroyLifecyclePhase
public abstract class AbstractLifecyclePhase extends Object implements LifecyclePhase
-
-
Constructor Summary
Constructors Constructor Description AbstractLifecyclePhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Object o)
void
doApply(Object o)
protected <U> void
invoke(U instance, Class<? extends Annotation> annotation)
-
-
-
Method Detail
-
apply
public void apply(Object o)
- Specified by:
apply
in interfaceLifecyclePhase
-
doApply
public void doApply(Object o)
-
invoke
protected <U> void invoke(U instance, Class<? extends Annotation> annotation)
-
-