Uses of Interface
org.apache.jackrabbit.server.io.PropertyHandler
-
Packages that use PropertyHandler Package Description org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively. -
-
Uses of PropertyHandler in org.apache.jackrabbit.server.io
Classes in org.apache.jackrabbit.server.io that implement PropertyHandler Modifier and Type Class Description class
DefaultHandler
DefaultHandler
implements a simple IOHandler that creates 'file' and 'folder' nodes.class
DirListingExportHandler
DirListingExportHandler
represents a simple export for collections: a human-readable view listing the members.class
VersionHandler
class
VersionHistoryHandler
VersionHistoryHandler
...class
XmlHandler
XmlHandler
imports xml files and exports nodes that have the properXmlHandler.XML_MIMETYPE
defined with their content.class
ZipHandler
ZipHandler
imports and extracts Zip files and exported nodes (an their subnodes) to a Zip file.Methods in org.apache.jackrabbit.server.io that return PropertyHandler Modifier and Type Method Description PropertyHandler[]
PropertyManager. getPropertyHandlers()
PropertyHandler[]
PropertyManagerImpl. getPropertyHandlers()
Methods in org.apache.jackrabbit.server.io with parameters of type PropertyHandler Modifier and Type Method Description void
PropertyManager. addPropertyHandler(PropertyHandler propertyHandler)
void
PropertyManagerImpl. addPropertyHandler(PropertyHandler propertyHandler)
-