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

Packages that use PropertyExportContext
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. 
org.apache.jackrabbit.webdav.simple   
 

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

Methods in org.apache.jackrabbit.server.io with parameters of type PropertyExportContext
 boolean VersionHistoryHandler.canExport(PropertyExportContext context, boolean isCollection)
           
 boolean PropertyHandler.canExport(PropertyExportContext context, boolean isCollection)
          Returns true, if this handler can run a successful export based on the specified context.
 boolean DirListingExportHandler.canExport(PropertyExportContext context, boolean isCollection)
          Always returns false.
 boolean DefaultHandler.canExport(PropertyExportContext context, boolean isCollection)
           
 boolean VersionHistoryHandler.exportProperties(PropertyExportContext exportContext, boolean isCollection)
           
 boolean VersionHandler.exportProperties(PropertyExportContext exportContext, boolean isCollection)
           
 boolean PropertyManagerImpl.exportProperties(PropertyExportContext context, boolean isCollection)
           
 boolean PropertyManager.exportProperties(PropertyExportContext exportContext, boolean isCollection)
           
 boolean PropertyHandler.exportProperties(PropertyExportContext exportContext, boolean isCollection)
          Exports properties to the given context.
 boolean DirListingExportHandler.exportProperties(PropertyExportContext exportContext, boolean isCollection)
           
 boolean DefaultHandler.exportProperties(PropertyExportContext exportContext, boolean isCollection)
           
 

Uses of PropertyExportContext in org.apache.jackrabbit.webdav.simple
 

Methods in org.apache.jackrabbit.webdav.simple that return PropertyExportContext
protected  PropertyExportContext DavResourceImpl.getPropertyExportContext()
          Returns a new PropertyExportContext.
 



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