Package | Description |
---|---|
org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
Modifier and Type | Method and Description |
---|---|
Attribute.AttributeType |
Attribute.getType()
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Definition.put(String name,
Object content,
Attribute.AttributeType type,
String role)
|
void |
Attribute.setType(Attribute.AttributeType type)
Deprecated.
|
Constructor and Description |
---|
Attribute(Object value,
String role,
Attribute.AttributeType type)
Deprecated.
|
Attribute(String name,
Object value,
String role,
Attribute.AttributeType type)
Deprecated.
|
Copyright © 2017. All rights reserved.