Uses of Class
org.apache.commons.ognl.ObjectPropertyAccessor
Packages that use ObjectPropertyAccessor
-
Uses of ObjectPropertyAccessor in org.apache.commons.ognl
Subclasses of ObjectPropertyAccessor in org.apache.commons.ognlModifier and TypeClassDescriptionclassImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays.classImplementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").classImplementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".classImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.classImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.