Uses of Interface
org.apache.jackrabbit.server.io.PropertyHandler

Packages that use PropertyHandler
org.apache.jackrabbit.server.io   
 

Uses of PropertyHandler in org.apache.jackrabbit.server.io
 

Classes in org.apache.jackrabbit.server.io that implement PropertyHandler
 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.
Note: If DirListingExportHandler.exportContent(ExportContext, boolean) is called the view list child nodes only, without respecting their representation as DavResources.
 class VersionHandler
           
 class VersionHistoryHandler
          VersionHistoryHandler...
 class XmlHandler
          XmlHandler imports xml files and exports nodes that have the proper XmlHandler.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
 PropertyHandler[] PropertyManager.getPropertyHandlers()
           
 PropertyHandler[] PropertyManagerImpl.getPropertyHandlers()
           
 

Methods in org.apache.jackrabbit.server.io with parameters of type PropertyHandler
 void PropertyManager.addPropertyHandler(PropertyHandler propertyHandler)
           
 void PropertyManagerImpl.addPropertyHandler(PropertyHandler propertyHandler)
           
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.