public abstract class AbstractFolderVisitor extends AbstractNodeVisitor
Constructor and Description |
---|
AbstractFolderVisitor() |
Modifier and Type | Method and Description |
---|---|
protected void |
visitChildren(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> destination)
Visit all supported child nodes of the current node
|
getValueRepresentation, skipChild, skipProperty, visit, visitNode, visitNodeItems, visitProperties, visitProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNodeType
protected void visitChildren(ResourceContext context, javax.jcr.Node node, Map<String,Object> destination) throws javax.jcr.RepositoryException
AbstractNodeVisitor
Child nodes are only visited when they are:
Note that no same-named property will be visited through AbstractNodeVisitor.visitProperties(ResourceContext, Node, Map)
as the content type service will ignore/hide properties for which such same-named child is defined.
visitChildren
in class AbstractNodeVisitor
context
- ResourceContentnode
- the current nodedestination
- the responsejavax.jcr.RepositoryException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.