This project has retired. For details please refer to its Attic page.
ListAttribute (Tiles 2 2.2.2 API)

org.apache.tiles.context
Class ListAttribute

Package class diagram package ListAttribute
java.lang.Object
  extended by org.apache.tiles.Attribute
      extended by org.apache.tiles.ListAttribute
          extended by org.apache.tiles.context.ListAttribute
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. Use ListAttribute.

public class ListAttribute
extends ListAttribute

An attribute as a List. This attribute associates a name with a list. The list can be found by the property name. Elements in list are retrieved using List methods. This class is used to read configuration files.

Version:
$Rev: 673767 $ $Date: 2008-07-03 21:10:56 +0200 (gio, 03 lug 2008) $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tiles.Attribute
Attribute.AttributeType
 
Field Summary
 
Fields inherited from class org.apache.tiles.Attribute
expression, expressionObject, roles, value
 
Constructor Summary
ListAttribute()
          Deprecated. Constructor.
ListAttribute(String name, List<Object> value)
          Deprecated. Constructor.
 
Method Summary
 
Methods inherited from class org.apache.tiles.ListAttribute
add, add, addObject, clone, equals, hashCode, inherit, isInherit, setInherit
 
Methods inherited from class org.apache.tiles.Attribute
createTemplateAttribute, createTemplateAttribute, createTemplateAttributeWithExpression, getExpression, getExpressionObject, getName, getRenderer, getRole, getRoles, getType, getValue, inherit, setBody, setExpression, setExpressionObject, setName, setRenderer, setRole, setRoles, setType, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListAttribute

public ListAttribute()
Deprecated. 
Constructor.


ListAttribute

public ListAttribute(String name,
                     List<Object> value)
Deprecated. 
Constructor.

Parameters:
name - Name.
value - List.
Since:
2.1.0


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