|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
Uses of Expression in org.apache.tiles |
---|
Fields in org.apache.tiles declared as Expression | |
---|---|
protected Expression |
Attribute.expressionObject
The expression to evaluate. |
Methods in org.apache.tiles that return Expression | |
---|---|
static Expression |
Expression.createExpression(String expression,
String language)
Creates an Expression object from the expression and its language. |
static Expression |
Expression.createExpressionFromDescribedExpression(String describedExpression)
Creates an Expression object from a string in the form LANGUAGE:EXPRESSION . |
Expression |
Attribute.getExpressionObject()
Returns The expression to evaluate. |
Methods in org.apache.tiles with parameters of type Expression | |
---|---|
void |
Attribute.setExpressionObject(Expression expressionObject)
Sets The expression to evaluate. |
Constructors in org.apache.tiles with parameters of type Expression | |
---|---|
Attribute(Object value,
Expression expression,
String role,
String rendererName)
Constructor. |
|
Expression(Expression toCopy)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |