Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
org.apache.jackrabbit.webdav.server | |
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Interface and Description |
---|---|
interface |
WebdavResponse
The empty
WebdavResponse interface collects the functionality
defined by DavServletResponse encapsulating
for the core WebDAV specification (RFC 2518) as well as the various extensions
used for observation and transaction support, ordering of collections, search
and versioning. |
Modifier and Type | Class and Description |
---|---|
class |
WebdavResponseImpl
WebdavResponseImpl implements the
WebdavResponse interface. |
Modifier and Type | Method and Description |
---|---|
DavResource |
DavResourceFactory.createResource(DavResourceLocator locator,
DavServletRequest request,
DavServletResponse response)
Create a
DavResource object from the given locator, request and response
objects. |
Modifier and Type | Method and Description |
---|---|
DavResource |
DavResourceFactoryImpl.createResource(DavResourceLocator locator,
DavServletRequest request,
DavServletResponse response)
Create a new
DavResource from the specified locator and request
objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObservationDavServletResponse
ObservationDavServletResponse provides extensions to the
DavServletResponse interface used for dealing with observation. |
Modifier and Type | Method and Description |
---|---|
protected OutputContext |
AbstractWebdavServlet.getOutputContext(DavServletResponse response,
OutputStream out)
Return a new
OutputContext used for spooling resource properties and
the resource content |
Modifier and Type | Method and Description |
---|---|
DavResource |
ResourceFactoryImpl.createResource(DavResourceLocator locator,
DavServletRequest request,
DavServletResponse response)
Create a new
DavResource from the given locator and
request. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.