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.
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,
ContentDecorator decorator)
WrappingPropertyIterator
public WrappingPropertyIterator(javax.jcr.PropertyIterator iterator,
PropertyWrapperFactory wrapperFactory)
- Deprecated. since 4.5.9 use
WrappingPropertyIterator(PropertyIterator, ContentDecorator)
instead
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
wrapProperty
protected javax.jcr.Property wrapProperty(javax.jcr.Property property)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.