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.
 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[] PropertyManagerImpl.getPropertyHandlers()
           
 PropertyHandler[] PropertyManager.getPropertyHandlers()
           
 

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



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