Package org.apache.tiles.ognl
Interface PropertyAccessorDelegateFactory<T>
- Type Parameters:
- T- The type of the root object to evaluate.
- All Known Implementing Classes:
- TilesContextPropertyAccessorDelegateFactory
public interface PropertyAccessorDelegateFactory<T>
Decides a 
PropertyAccessor depending on the property name and the
 object to evaluate.- Since:
- 2.2.0
- 
Method SummaryModifier and TypeMethodDescriptionognl.PropertyAccessorgetPropertyAccessor(String propertyName, T obj) Returns a prooerty accessor appropriate for the property name and the object passed.
- 
Method Details- 
getPropertyAccessorReturns a prooerty accessor appropriate for the property name and the object passed.- Parameters:
- propertyName- The name of the property.
- obj- The root object to evaluate.
- Returns:
- The appropriate property accessor.
- Since:
- 2.2.0
 
 
-