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 | Field | Description |
---|---|---|
protected Expression |
Attribute.expressionObject |
The expression to evaluate.
|
Modifier and Type | Method | Description |
---|---|---|
static Expression |
Expression.createExpression(java.lang.String expression,
java.lang.String language) |
Creates an Expression object from the expression and its language.
|
static Expression |
Expression.createExpressionFromDescribedExpression(java.lang.String describedExpression) |
Creates an Expression object from a string in the form
LANGUAGE:EXPRESSION . |
Expression |
Attribute.getExpressionObject() |
Returns The expression to evaluate.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Attribute.setExpressionObject(Expression expressionObject) |
Sets The expression to evaluate.
|
Constructor | Description |
---|---|
Attribute(java.lang.Object value,
Expression expression,
java.lang.String role,
java.lang.String rendererName) |
Constructor.
|
Expression(Expression toCopy) |
Copy constructor.
|
Copyright © 2018. All rights reserved.