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 classDefaultHandlerDefaultHandlerimplements a simple IOHandler that creates 'file' and 'folder' nodes.classDirListingExportHandlerDirListingExportHandlerrepresents a simple export for collections: a human-readable view listing the members.classVersionHandlerclassVersionHistoryHandlerVersionHistoryHandler...classXmlHandlerXmlHandlerimports xml files and exports nodes that have the properXmlHandler.XML_MIMETYPEdefined with their content.classZipHandlerZipHandlerimports 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 voidPropertyManager. addPropertyHandler(PropertyHandler propertyHandler)voidPropertyManagerImpl. addPropertyHandler(PropertyHandler propertyHandler)
-