Package org.smooks.engine.lifecycle
Class DefaultLifecycleManager
- java.lang.Object
-
- org.smooks.engine.lifecycle.DefaultLifecycleManager
-
- All Implemented Interfaces:
LifecycleManager
public class DefaultLifecycleManager extends Object implements LifecycleManager
-
-
Constructor Summary
Constructors Constructor Description DefaultLifecycleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyPhase(Object o, LifecyclePhase lifecyclePhase)
void
applyPhase(Collection<?> objects, LifecyclePhase lifecyclePhase)
-
-
-
Method Detail
-
applyPhase
public void applyPhase(Object o, LifecyclePhase lifecyclePhase)
- Specified by:
applyPhase
in interfaceLifecycleManager
-
applyPhase
public void applyPhase(Collection<?> objects, LifecyclePhase lifecyclePhase)
- Specified by:
applyPhase
in interfaceLifecycleManager
-
-