Package org.apache.tiles.ognl
Attribute evaluator classes that can perform OGNL evaluation for attributes.
-
Interface Summary Interface Description NestedObjectExtractor<T> Extracts an object using another object as a basis.PropertyAccessorDelegateFactory<T> Decides aPropertyAccessor
depending on the property name and the object to evaluate. -
Class Summary Class Description AnyScopePropertyAccessor Accesses attributes in any scope.DelegatePropertyAccessor<T> Uses aPropertyAccessorDelegateFactory
to delegate the methods to anotherPropertyAccessor
.NestedObjectDelegatePropertyAccessor<T> Uses aPropertyAccessor
as 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 appropriatePropertyAccessor
for the given property name andRequest
.