Package org.apache.tiles.awareness
Interface TilesContainerAware
public interface TilesContainerAware
It represents an object that can have a reference to the
TilesContainer
.- Since:
- 2.1.0
- Version:
- $Rev: 630422 $ $Date: 2008-02-23 22:20:20 +1100 (Sat, 23 Feb 2008) $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContainer
(TilesContainer container) Sets the Tiles container.
-
Method Details
-
setContainer
Sets the Tiles container.- Parameters:
container
- The Tiles container.- Since:
- 2.1.0
-