public class HippoResourceVisitor extends DefaultNodeVisitor
Modifier and Type | Field and Description |
---|---|
protected static String |
MIME_TYPE_HIPPO_BLANK
If a resource contains MIME type application/vnd.hippo.blank it is marked as blank and contains no usable data.
|
Constructor and Description |
---|
HippoResourceVisitor() |
Modifier and Type | Method and Description |
---|---|
String |
getNodeType() |
protected boolean |
skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected void |
visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
getValueRepresentation, skipChild, visit, visitChildren, visitNodeItems, visitProperties, visitProperty
protected static final String MIME_TYPE_HIPPO_BLANK
public String getNodeType()
getNodeType
in interface NodeVisitor
getNodeType
in class DefaultNodeVisitor
protected void visitNode(ResourceContext context, javax.jcr.Node node, Map<String,Object> response) throws javax.jcr.RepositoryException
visitNode
in class DefaultNodeVisitor
javax.jcr.RepositoryException
protected boolean skipProperty(ResourceContext context, ContentTypeProperty propertyType, javax.jcr.Property property) throws javax.jcr.RepositoryException
skipProperty
in class DefaultNodeVisitor
javax.jcr.RepositoryException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.