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

Uses of Class
org.apache.tiles.BasicAttributeContext

Packages that use BasicAttributeContext
org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.tiles.context Classes and interfaces that allow to access the various contexts in an application in a uniformed way. 
 

Uses of BasicAttributeContext in org.apache.tiles
 

Subclasses of BasicAttributeContext in org.apache.tiles
 class Definition
          A definition, i.e. a template with (completely or not) filled attributes.
 

Methods in org.apache.tiles with parameters of type BasicAttributeContext
 void BasicAttributeContext.inherit(BasicAttributeContext parent)
          Inherits the attribute context, inheriting, i.e. copying if not present, the attributes.
 

Constructors in org.apache.tiles with parameters of type BasicAttributeContext
BasicAttributeContext(BasicAttributeContext context)
          Copy constructor.
 

Uses of BasicAttributeContext in org.apache.tiles.context
 

Subclasses of BasicAttributeContext in org.apache.tiles.context
 class BasicAttributeContext
          Deprecated. Use BasicAttributeContext.
 



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