Package org.smooks.api.lifecycle
Interface LifecycleManager
-
- All Known Implementing Classes:
DefaultLifecycleManager
public interface LifecycleManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPhase(Object o, LifecyclePhase lifecyclePhase)
void
applyPhase(Collection<?> objects, LifecyclePhase lifecyclePhase)
-
-
-
Method Detail
-
applyPhase
void applyPhase(Object o, LifecyclePhase lifecyclePhase)
-
applyPhase
void applyPhase(Collection<?> objects, LifecyclePhase lifecyclePhase)
-
-