This project has retired. For details please refer to its Attic page.
org.apache.tiles.ognl (Tiles 2 2.2.2 API)

Package org.apache.tiles.ognl

Package class diagram package org.apache.tiles.ognl
Attribute evaluator classes that can perform OGNL evaluation for attributes.

See:
          Description

Interface Summary
NestedObjectExtractor<T> Extracts an object using another object as a basis.
PropertyAccessorDelegateFactory<T> Decides a PropertyAccessor depending on the property name and the object to evaluate.
 

Class Summary
ApplicationScopeNestedObjectExtractor Extracts the application scope from a Tiles request.
DelegatePropertyAccessor<T> Uses a PropertyAccessorDelegateFactory to delegate the methods to another PropertyAccessor.
NestedObjectDelegatePropertyAccessor<T> Uses a PropertyAccessor as a delegate, but passing a nested object as target.
OGNLAttributeEvaluator Evaluates attribute expressions and expressions with OGNL language.
RequestScopeNestedObjectExtractor Extracts the request scope from a Tiles request.
SessionScopeNestedObjectExtractor Extracts the session scope from a Tiles request.
TilesApplicationContextNestedObjectExtractor Extracts the application context from a Tiles request.
TilesContextPropertyAccessorDelegateFactory Decides the appropriate PropertyAccessor for the given property name and TilesRequestContext.
 

Package org.apache.tiles.ognl Description

Attribute evaluator classes that can perform OGNL evaluation for attributes.



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.