ognl
Class IteratorElementsAccessor

java.lang.Object
ognl.IteratorElementsAccessor
- All Implemented Interfaces:
- ElementsAccessor
- public class IteratorElementsAccessor
- extends java.lang.Object
- implements ElementsAccessor
Implementation of the ElementsAccessor interface for Iterators, which simply returns
the target iterator itself.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorElementsAccessor
public IteratorElementsAccessor()
getElements
public java.util.Enumeration getElements(java.lang.Object target)
- Description copied from interface:
ElementsAccessor
- Returns an iterator over the elements of the given target object.
- Specified by:
getElements in interface ElementsAccessor