Package org.smooks.engine.lifecycle
Class PreDestroyLifecyclePhase
- java.lang.Object
-
- org.smooks.engine.lifecycle.AbstractLifecyclePhase
-
- org.smooks.engine.lifecycle.PreDestroyLifecyclePhase
-
- All Implemented Interfaces:
LifecyclePhase
public class PreDestroyLifecyclePhase extends AbstractLifecyclePhase
-
-
Constructor Summary
Constructors Constructor Description PreDestroyLifecyclePhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doApply(Object o)
-
Methods inherited from class org.smooks.engine.lifecycle.AbstractLifecyclePhase
apply, invoke
-
-
-
-
Method Detail
-
doApply
public void doApply(Object o)
- Overrides:
doApply
in classAbstractLifecyclePhase
-
-