Uses of Interface
org.apache.commons.ognl.ElementsAccessor
Packages that use ElementsAccessor
-
Uses of ElementsAccessor in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement ElementsAccessorModifier and TypeClassDescriptionclass
Implementation of ElementsAccessor that returns an iterator over a Java array.class
Implementation of ElementsAccessor that returns a collection's iterator.class
Implementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.class
Implementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself.class
Implementation of ElementsAccessor that returns an iterator over the map's values.class
Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.class
Implementation of ElementsAccessor that returns a single-element iterator, containing the original target object.Fields in org.apache.commons.ognl with type parameters of type ElementsAccessorModifier and TypeFieldDescriptionprivate final ClassCache<ElementsAccessor>
OgnlCache.elementsAccessors
Methods in org.apache.commons.ognl that return ElementsAccessorModifier and TypeMethodDescriptionOgnlCache.getElementsAccessor
(Class<?> clazz) static ElementsAccessor
OgnlRuntime.getElementsAccessor
(Class<?> clazz) Methods in org.apache.commons.ognl with parameters of type ElementsAccessorModifier and TypeMethodDescriptionvoid
OgnlCache.setElementsAccessor
(Class<?> clazz, ElementsAccessor accessor) static void
OgnlRuntime.setElementsAccessor
(Class<?> clazz, ElementsAccessor accessor)