Uses of Interface
org.apache.commons.ognl.PropertyAccessor
Packages that use PropertyAccessor
-
Uses of PropertyAccessor in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement PropertyAccessorModifier and TypeClassDescriptionclass
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays.class
Implementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").class
Implementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".class
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.class
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.class
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.class
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.Fields in org.apache.commons.ognl with type parameters of type PropertyAccessorModifier and TypeFieldDescriptionprivate final ClassCache
<PropertyAccessor> OgnlCache.propertyAccessors
Methods in org.apache.commons.ognl that return PropertyAccessorModifier and TypeMethodDescriptionOgnlCache.getPropertyAccessor
(Class<?> clazz) static PropertyAccessor
OgnlRuntime.getPropertyAccessor
(Class<?> clazz) Methods in org.apache.commons.ognl with parameters of type PropertyAccessorModifier and TypeMethodDescriptionvoid
OgnlCache.setPropertyAccessor
(Class<?> clazz, PropertyAccessor accessor) static void
OgnlRuntime.setPropertyAccessor
(Class<?> clazz, PropertyAccessor accessor)