This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.tiles.awareness (Tiles 2 2.2.2 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.el Attribute evaluator classes that can perform EL evaluation for attributes. 
org.apache.tiles.freemarker.context Context classes to make FreeMarker work with Tiles. 
org.apache.tiles.freemarker.renderer FreeMarker-typed attributes can be rendered by using classes in this package. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
org.apache.tiles.velocity.context Context classes to make Velocity work with Tiles. 
org.apache.tiles.velocity.renderer Velocity-typed attributes can be rendered by using classes in this package. 
 

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.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.freemarker.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.freemarker.renderer
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
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.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.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.
 

Classes in org.apache.tiles.awareness used by org.apache.tiles.velocity.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.velocity.renderer
TilesApplicationContextAware
          It represents an object that can have a reference to the TilesApplicationContext.
TilesRequestContextFactoryAware
          It represents an object that can have a reference to the TilesRequestContextFactory.
 



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