This project has retired. For details please refer to its
Attic page.
TilesContainerAware (Tiles 2 2.2.2 API)
org.apache.tiles.awareness
Interface TilesContainerAware
- All Known Implementing Classes:
- BasicRendererFactory, DefinitionAttributeRenderer, UntypedAttributeRenderer
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 12:20:20 +0100 (sab, 23 feb 2008) $
setContainer
void setContainer(TilesContainer container)
- Sets the Tiles container.
- Parameters:
container
- The Tiles container.- Since:
- 2.1.0
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.