Package org.exoplatform.container.spi
Interface ContainerVisitor
-
- All Known Implementing Classes:
LifecycleVisitor
public interface ContainerVisitorInterface realizing a visitor pattern forContaineras described in the GoF. The visitor should visit the container and its children.- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitContainer(Container container)Visit aContainerthat has to accept the visitor.
-