|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Returns the type of this attribute. |
static Attribute.AttributeType |
Attribute.AttributeType.getType(java.lang.String stringRepresentation)
Returns the type for the given string representation. |
static Attribute.AttributeType |
Attribute.AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Attribute.AttributeType[] |
Attribute.AttributeType.values()
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(java.lang.String name,
java.lang.Object content,
Attribute.AttributeType type,
java.lang.String role)
Put an attribute in template definition. |
void |
Attribute.setType(Attribute.AttributeType type)
Sets the type of this attribute. |
Constructors in org.apache.tiles with parameters of type Attribute.AttributeType | |
---|---|
Attribute(java.lang.Object value,
java.lang.String role,
Attribute.AttributeType type)
Constructor. |
|
Attribute(java.lang.String name,
java.lang.Object value,
java.lang.String role,
Attribute.AttributeType type)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |