Uses of Interface
ognl.ElementsAccessor
Packages that use ElementsAccessor
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of ElementsAccessor in ognl
Classes in ognl that implement ElementsAccessorModifier and TypeClassDescriptionclassImplementation of ElementsAccessor that returns an iterator over a Java array.classImplementation of ElementsAccessor that returns a collection's iterator.classImplementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.classImplementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself.classImplementation of ElementsAccessor that returns an iterator over the map's values.classImplementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.classImplementation of ElementsAccessor that returns a single-element iterator, containing the original target object.Methods in ognl that return ElementsAccessorModifier and TypeMethodDescriptionstatic ElementsAccessorOgnlRuntime.getElementsAccessor(Class cls) Methods in ognl with parameters of type ElementsAccessorModifier and TypeMethodDescriptionstatic voidOgnlRuntime.setElementsAccessor(Class cls, ElementsAccessor accessor)