| Package | Description | 
|---|---|
| org.apache.struts2.tiles | |
| org.apache.tiles.core.evaluator.impl | Classes to manage attribute value evaluation. | 
| org.apache.tiles.el | Attribute evaluator classes that can perform EL evaluation for attributes. | 
| org.apache.tiles.ognl | Attribute evaluator classes that can perform OGNL evaluation for attributes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | I18NAttributeEvaluator | 
| class  | StrutsAttributeEvaluator | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectAttributeEvaluatorResolves a string and returns the string itself. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ELAttributeEvaluatorEvaluates string expression with typical EL syntax. You can use normal EL syntax, knowing the root objects are Request,ApplicationContextand beans
 contained in request, session and application scope. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OGNLAttributeEvaluatorEvaluates attribute expressions and expressions with OGNL language. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.