|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.Attribute
org.apache.tiles.ListAttribute
org.apache.tiles.context.ListAttribute
ListAttribute
.
public class 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.
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(java.lang.String name,
java.util.List<java.lang.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, 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 |
---|
public ListAttribute()
public ListAttribute(java.lang.String name, java.util.List<java.lang.Object> value)
name
- Name.value
- List.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |