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

Uses of Class
org.apache.tiles.Attribute.AttributeType

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

Uses of Attribute.AttributeType in org.apache.tiles
 

Methods in org.apache.tiles that return Attribute.AttributeType
 Attribute.AttributeType Attribute.getType()
          Deprecated. Use Attribute.getRenderer().
static Attribute.AttributeType Attribute.AttributeType.getType(String stringRepresentation)
          Deprecated. Returns the type for the given string representation.
static Attribute.AttributeType Attribute.AttributeType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Attribute.AttributeType[] Attribute.AttributeType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.tiles with parameters of type Attribute.AttributeType
 void Definition.put(String name, Object content, Attribute.AttributeType type, String role)
          Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
 void Attribute.setType(Attribute.AttributeType type)
          Deprecated. Use Attribute#setRenderer(String)).
 

Constructors in org.apache.tiles with parameters of type Attribute.AttributeType
Attribute(Object value, String role, Attribute.AttributeType type)
          Deprecated. Use Attribute.Attribute(Object, String, String, String).
Attribute(String name, Object value, String role, Attribute.AttributeType type)
          Deprecated. Use Attribute#Attribute(Object, String, String))).
 



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