Uses of Interface
org.apache.struts.tiles.AttributeDefinition

Packages that use AttributeDefinition
org.apache.struts.taglib.tiles The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
 

Uses of AttributeDefinition in org.apache.struts.taglib.tiles
 

Methods in org.apache.struts.taglib.tiles with parameters of type AttributeDefinition
 InsertTag.TagHandler InsertTag.processTypedAttribute(AttributeDefinition value)
          Process typed attribute according to its type.
 

Uses of AttributeDefinition in org.apache.struts.tiles
 

Classes in org.apache.struts.tiles that implement AttributeDefinition
 class DefinitionAttribute
          Attribute representing a Component Definition.
 class DefinitionNameAttribute
          Component attribute.
 class DirectStringAttribute
          Component attribute.
 class PathAttribute
          Component attribute.
 class UntyppedAttribute
          Common implementation of attribute definition.
 



Copyright © 2000-2003 - Apache Software Foundation