| Package | Description | 
|---|---|
| org.apache.tiles.api | The Tiles taglib and framework allows building web pages by assembling reusable
 pieces of pages, called Tiles. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Attribute. setExpressionObject(Expression expressionObject)Sets The expression to evaluate. | 
| Constructor and Description | 
|---|
| Attribute(Object value,
         Expression expression,
         String role,
         String rendererName)Constructor. | 
| Expression(Expression toCopy)Copy constructor. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.