|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ElementsAccessor in ognl |
---|
Classes in ognl that implement ElementsAccessor | |
---|---|
class |
ArrayElementsAccessor
Implementation of ElementsAccessor that returns an iterator over a Java array. |
class |
CollectionElementsAccessor
Implementation of ElementsAccessor that returns a collection's iterator. |
class |
EnumerationElementsAccessor
Implementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration. |
class |
IteratorElementsAccessor
Implementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself. |
class |
MapElementsAccessor
Implementation of ElementsAccessor that returns an iterator over the map's values. |
class |
NumberElementsAccessor
Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target. |
class |
ObjectElementsAccessor
Implementation of ElementsAccessor that returns a single-element iterator, containing the original target object. |
Methods in ognl that return ElementsAccessor | |
---|---|
static ElementsAccessor |
OgnlRuntime.getElementsAccessor(Class cls)
|
Methods in ognl with parameters of type ElementsAccessor | |
---|---|
static void |
OgnlRuntime.setElementsAccessor(Class cls,
ElementsAccessor accessor)
|
|
OGNL Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |