Package org.exoplatform.container.spi
Interface ContainerVisitor
- All Known Implementing Classes:
LifecycleVisitor
public interface ContainerVisitor
Interface realizing a visitor pattern for
Container as described in the GoF.
The visitor should visit the container and its children.-
Method Summary
Modifier and TypeMethodDescriptionvoidvisitContainer(Container container) Visit aContainerthat has to accept the visitor.
-
Method Details
-
visitContainer
Visit aContainerthat has to accept the visitor.- Parameters:
container- the visited container.
-