Iterator of {@link Resource} objects loaded fromthe children of the given Resource. This specification does not define what the term "child" means. This is left to the implementation to define. For example an implementation reading content from a Java Content Repository, the children could be the {@link Resource} objects loaded from child items of the Itemof the given Resource.
@param parent The {@link Resource Resource} whose children are requested.
@return An Iterator of {@link Resource} objects.
@throws NullPointerException If parent is null.
@throws org.apache.sling.api.SlingException If any error occurs acquiringthe child resource iterator.
@throws IllegalStateException if this resource resolver has already been{@link #close() closed}.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |