This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.tiles.awareness (Tiles 2 2.1.4 API)

Uses of Package
org.apache.tiles.awareness

Packages that use org.apache.tiles.awareness
org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. 
org.apache.tiles.definition.dao Classes to simply load definitions depending on a customization key. 
org.apache.tiles.evaluator.el Attribute evaluator classes that can perform EL evaluation for attributes. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.jsp.evaluator.el Attribute evaluator classes that can perform EL evaluation for attributes when a JSP environment is available. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.definition
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.definition.dao
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.evaluator.el
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.jsp.context
TilesRequestContextFactoryAware
          It represents an object that can have a reference to the TilesRequestContextFactory.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.jsp.evaluator.el
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.renderer.impl
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
TilesContainerAware
          It represents an object that can have a reference to the TilesContainer.
TilesRequestContextFactoryAware
          It represents an object that can have a reference to the TilesRequestContextFactory.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.