| NestedObjectExtractor | Extracts an object using another object as a basis. | code | html |
| PropertyAccessorDelegateFactory | Decides a PropertyAccessor depending on the property name and the object to evaluate. | code | html |
| ApplicationScopeNestedObjectExtractor | Extracts the application scope from a Tiles request. | code | html |
| DelegatePropertyAccessor | Uses a PropertyAccessorDelegateFactory to delegate the methods to another PropertyAccessor . | code | html |
| NestedObjectDelegatePropertyAccessor | Uses a PropertyAccessor as a delegate, but passing a nested object as target. | code | html |
| OGNLAttributeEvaluator | Evaluates attribute expressions and expressions with OGNL language. | code | html |
| RequestScopeNestedObjectExtractor | Extracts the request scope from a Tiles request. | code | html |
| SessionScopeNestedObjectExtractor | Extracts the session scope from a Tiles request. | code | html |
| TilesApplicationContextNestedObjectExtractor | Extracts the application context from a Tiles request. | code | html |
| TilesContextPropertyAccessorDelegateFactory | Decides the appropriate PropertyAccessor for the given property name and TilesRequestContext . | code | html |