Uses of Class
org.apache.tiles.Expression
-
Packages that use Expression Package Description 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 Modifier and Type Field Description protected ExpressionAttribute. expressionObjectThe expression to evaluate.Methods in org.apache.tiles that return Expression Modifier and Type Method Description static ExpressionExpression. createExpression(java.lang.String expression, java.lang.String language)Creates an Expression object from the expression and its language.static ExpressionExpression. createExpressionFromDescribedExpression(java.lang.String describedExpression)Creates an Expression object from a string in the formLANGUAGE:EXPRESSION.ExpressionAttribute. getExpressionObject()Returns The expression to evaluate.Methods in org.apache.tiles with parameters of type Expression Modifier and Type Method Description voidAttribute. setExpressionObject(Expression expressionObject)Sets The expression to evaluate.Constructors in org.apache.tiles with parameters of type Expression Constructor Description Attribute(java.lang.Object value, Expression expression, java.lang.String role, java.lang.String rendererName)Constructor.Expression(Expression toCopy)Copy constructor.
-