A D E G N O P S T 

A

AnyScopePropertyAccessor - Class in org.apache.tiles.ognl
Accesses attributes in any scope.
AnyScopePropertyAccessor() - Constructor for class org.apache.tiles.ognl.AnyScopePropertyAccessor
 

D

DelegatePropertyAccessor<T> - Class in org.apache.tiles.ognl
Uses a PropertyAccessorDelegateFactory to delegate the methods to another PropertyAccessor.
DelegatePropertyAccessor(PropertyAccessorDelegateFactory<T>) - Constructor for class org.apache.tiles.ognl.DelegatePropertyAccessor
Constructor.

E

evaluate(String, Request) - Method in class org.apache.tiles.ognl.OGNLAttributeEvaluator

G

getNestedObject(T) - Method in interface org.apache.tiles.ognl.NestedObjectExtractor
Extracts the nested object.
getNestedObject(Request) - Method in class org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
Extracts the nested object.
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
getPropertyAccessor(String, T) - Method in interface org.apache.tiles.ognl.PropertyAccessorDelegateFactory
Returns a prooerty accessor appropriate for the property name and the object passed.
getPropertyAccessor(String, Request) - Method in class org.apache.tiles.ognl.TilesContextPropertyAccessorDelegateFactory
Returns a prooerty accessor appropriate for the property name and the object passed.
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 

N

NestedObjectDelegatePropertyAccessor<T> - Class in org.apache.tiles.ognl
Uses a PropertyAccessor as a delegate, but passing a nested object as target.
NestedObjectDelegatePropertyAccessor(NestedObjectExtractor<T>, PropertyAccessor) - Constructor for class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
Constructor.
NestedObjectExtractor<T> - Interface in org.apache.tiles.ognl
Extracts an object using another object as a basis.

O

OGNLAttributeEvaluator - Class in org.apache.tiles.ognl
Evaluates attribute expressions and expressions with OGNL language.
OGNLAttributeEvaluator() - Constructor for class org.apache.tiles.ognl.OGNLAttributeEvaluator
 
org.apache.tiles.ognl - package org.apache.tiles.ognl
Attribute evaluator classes that can perform OGNL evaluation for attributes.

P

PropertyAccessorDelegateFactory<T> - Interface in org.apache.tiles.ognl
Decides a PropertyAccessor depending on the property name and the object to evaluate.

S

ScopePropertyAccessor - Class in org.apache.tiles.ognl
Accesses a scope.
ScopePropertyAccessor() - Constructor for class org.apache.tiles.ognl.ScopePropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 

T

TilesApplicationContextNestedObjectExtractor - Class in org.apache.tiles.ognl
Extracts the application context from a Tiles request.
TilesApplicationContextNestedObjectExtractor() - Constructor for class org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
 
TilesContextPropertyAccessorDelegateFactory - Class in org.apache.tiles.ognl
Decides the appropriate PropertyAccessor for the given property name and Request.
TilesContextPropertyAccessorDelegateFactory(PropertyAccessor, PropertyAccessor, PropertyAccessor, PropertyAccessor) - Constructor for class org.apache.tiles.ognl.TilesContextPropertyAccessorDelegateFactory
Constructor.
A D E G N O P S T 

Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.