public class HippoStdHtmlVisitor extends DefaultNodeVisitor
Constructor and Description |
---|
HippoStdHtmlVisitor() |
Modifier and Type | Method and Description |
---|---|
String |
getNodeType() |
void |
setRestApiHtmlParser(RestApiHtmlParser restApiHtmlParser) |
protected boolean |
skipChild(ResourceContext context,
ContentTypeChild childType,
javax.jcr.Node child) |
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, visit, visitChildren, visitNodeItems, visitProperties, visitProperty
public void setRestApiHtmlParser(RestApiHtmlParser restApiHtmlParser)
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
protected boolean skipChild(ResourceContext context, ContentTypeChild childType, javax.jcr.Node child) throws javax.jcr.RepositoryException
skipChild
in class AbstractNodeVisitor
javax.jcr.RepositoryException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.