Uses of Class
org.apache.tiles.Attribute

Packages that use Attribute
org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
 

Uses of Attribute in org.apache.tiles
 

Fields in org.apache.tiles with type parameters of type Attribute
protected  Map<String,Attribute> Definition.attributes
          Attributes defined for the definition.
 

Methods in org.apache.tiles that return Attribute
 Attribute AttributeContext.getAttribute(String name)
          Retrieve the named attribute.
 Attribute Definition.getAttribute(String key)
          Returns the attribute for the given name, or null if no attribute of the given name exists.
 

Methods in org.apache.tiles that return types with arguments of type Attribute
 Map<String,Attribute> Definition.getAttributes()
          Access method for the attributes property.
 

Methods in org.apache.tiles with parameters of type Attribute
 void Definition.addAttribute(Attribute attribute)
          Deprecated. Use Definition.putAttribute(String, Attribute).
 void AttributeContext.putAttribute(String name, Attribute value)
          Add the specified attribute.
 void Definition.putAttribute(String key, Attribute value)
          Put a new attribute in this definition.
 void TilesContainer.render(Attribute attribute, Writer writer, Object... requestItems)
          Render the given Attribute.
 

Method parameters in org.apache.tiles with type arguments of type Attribute
 void AttributeContext.addAll(Map<String,Attribute> newAttributes)
          Add all attributes to the context.
 void AttributeContext.addMissing(Map<String,Attribute> defaultAttributes)
          Add all attributes to the context.
 

Constructors in org.apache.tiles with parameters of type Attribute
Attribute(Attribute attribute)
          Copy constructor.
 

Constructor parameters in org.apache.tiles with type arguments of type Attribute
Definition(String name, String template, Map<String,Attribute> attributes)
          Constructor.
 



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