Package org.apache.tiles.ognl
package org.apache.tiles.ognl
Attribute evaluator classes that can perform OGNL evaluation for attributes.
-
ClassDescriptionAccesses attributes in any scope.Uses a
PropertyAccessorDelegateFactory
to delegate the methods to anotherPropertyAccessor
.Uses aPropertyAccessor
as a delegate, but passing a nested object as target.Extracts an object using another object as a basis.Evaluates attribute expressions and expressions with OGNL language.Decides aPropertyAccessor
depending on the property name and the object to evaluate.Accesses a scope.Extracts the application context from a Tiles request.Decides the appropriatePropertyAccessor
for the given property name andRequest
.