Uses of Interface
org.apache.tiles.ognl.NestedObjectExtractor
-
Packages that use NestedObjectExtractor Package Description org.apache.tiles.ognl Attribute evaluator classes that can perform OGNL evaluation for attributes. -
-
Uses of NestedObjectExtractor in org.apache.tiles.ognl
Classes in org.apache.tiles.ognl that implement NestedObjectExtractor Modifier and Type Class Description class
TilesApplicationContextNestedObjectExtractor
Extracts the application context from a Tiles request.Constructors in org.apache.tiles.ognl with parameters of type NestedObjectExtractor Constructor Description NestedObjectDelegatePropertyAccessor(NestedObjectExtractor<T> nestedObjectExtractor, ognl.PropertyAccessor propertyAccessor)
Constructor.
-