info.magnolia.jcr.iterator
Class WrappingPropertyIterator
java.lang.Object
info.magnolia.jcr.iterator.DelegatingPropertyIterator
info.magnolia.jcr.iterator.WrappingPropertyIterator
- All Implemented Interfaces:
- Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator
public class WrappingPropertyIterator
- extends DelegatingPropertyIterator
Property iterator wrapping all returned nodes using provided property wrapper.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappingPropertyIterator
public WrappingPropertyIterator(javax.jcr.PropertyIterator iterator,
PropertyWrapperFactory wrapperFactory)
next
public Object next()
- Specified by:
next
in interface Iterator
- Overrides:
next
in class DelegatingPropertyIterator
nextProperty
public javax.jcr.Property nextProperty()
- Specified by:
nextProperty
in interface javax.jcr.PropertyIterator
- Overrides:
nextProperty
in class DelegatingPropertyIterator
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.