See: Description
| Interface | Description | 
|---|---|
| NestedObjectExtractor<T> | Extracts an object using another object as a basis. | 
| PropertyAccessorDelegateFactory<T> | Decides a  PropertyAccessordepending on the property name and the
 object to evaluate. | 
| Class | Description | 
|---|---|
| AnyScopePropertyAccessor | Accesses attributes in any scope. | 
| DelegatePropertyAccessor<T> | Uses a  PropertyAccessorDelegateFactoryto delegate the methods to
 anotherPropertyAccessor. | 
| NestedObjectDelegatePropertyAccessor<T> | Uses a  PropertyAccessoras a delegate, but passing a nested object as
 target. | 
| OGNLAttributeEvaluator | Evaluates attribute expressions and expressions with OGNL language. | 
| ScopePropertyAccessor | Accesses a scope. | 
| TilesApplicationContextNestedObjectExtractor | Extracts the application context from a Tiles request. | 
| TilesContextPropertyAccessorDelegateFactory | Decides the appropriate  PropertyAccessorfor the given property name
 andRequest. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.