org.apache.tiles.context
Class ListAttribute
java.lang.Object
org.apache.tiles.Attribute
org.apache.tiles.ListAttribute
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
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 |
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-2011 Apache Software Foundation. All Rights Reserved.