protected boolean |
AbstractNodeVisitor.skipChild(ResourceContext context,
ContentTypeChild childType,
javax.jcr.Node child) |
protected boolean |
HippoStdHtmlVisitor.skipChild(ResourceContext context,
ContentTypeChild childType,
javax.jcr.Node child) |
protected boolean |
HippoDocumentVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
HippoResourceVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
HippoGalleryImageVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
AbstractNodeVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
HippoPublishableDocumentVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
HippoPublicationWorkflowDocumentVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
HippoStdHtmlVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
protected boolean |
DefaultNodeVisitor.skipProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property) |
void |
HippoHandleVisitor.visit(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
void |
HippoDocumentVisitor.visit(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
void |
AbstractNodeVisitor.visit(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
AbstractNodeVisitor.visitChildren(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response)
Visit all supported child nodes of the current node
|
protected void |
AbstractFolderVisitor.visitChildren(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> destination) |
protected void |
HippoDocumentVisitor.visitLocaleProperty(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoDocumentVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoResourceVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoGalleryImageVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
AbstractNodeVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoPublishableDocumentVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoPublicationWorkflowDocumentVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
HippoStdHtmlVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
DefaultNodeVisitor.visitNode(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
AbstractNodeVisitor.visitNodeItems(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response) |
protected void |
AbstractNodeVisitor.visitProperties(ResourceContext context,
javax.jcr.Node node,
Map<String,Object> response)
Visit all supported properties of the current node
|
protected void |
AbstractNodeVisitor.visitProperty(ResourceContext context,
ContentTypeProperty propertyType,
javax.jcr.Property property,
Map<String,Object> response) |