|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DefaultHandler.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)
|
boolean |
PropertyManagerImpl.exportProperties(PropertyExportContext context,
boolean isCollection)
|
boolean |
DefaultHandler.exportProperties(PropertyExportContext exportContext,
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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||