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.
|
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultHandler.canExport(PropertyExportContext context,
boolean isCollection) |
boolean |
DirListingExportHandler.canExport(PropertyExportContext context,
boolean isCollection)
Always returns false.
|
boolean |
PropertyHandler.canExport(PropertyExportContext context,
boolean isCollection)
Returns true, if this handler can run a successful export based on the
specified context.
|
boolean |
VersionHistoryHandler.canExport(PropertyExportContext context,
boolean isCollection) |
boolean |
DefaultHandler.exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
boolean |
DirListingExportHandler.exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
boolean |
PropertyHandler.exportProperties(PropertyExportContext exportContext,
boolean isCollection)
Exports properties to the given context.
|
boolean |
PropertyManager.exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
boolean |
PropertyManagerImpl.exportProperties(PropertyExportContext context,
boolean isCollection) |
boolean |
VersionHandler.exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
boolean |
VersionHistoryHandler.exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
Modifier and Type | Method and Description |
---|---|
protected PropertyExportContext |
DavResourceImpl.getPropertyExportContext()
Returns a new
PropertyExportContext . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.