Package | Description |
---|---|
org.apache.jackrabbit.server.remoting.davex | |
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.jcr.version |
Contains JCR specific implementations for the following interfaces:
VersionableResource
VersionControlledResource
VersionResource
VersionHistoryResource
|
org.apache.jackrabbit.webdav.server | |
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Method and Description |
---|---|
DavResourceFactory |
JcrRemotingServlet.getResourceFactory() |
Modifier and Type | Method and Description |
---|---|
DavResourceFactory |
DavResource.getFactory()
Return the
DavResourceFactory that created this resource. |
Modifier and Type | Class and Description |
---|---|
class |
DavResourceFactoryImpl
DavResourceFactoryImpl ... |
Modifier and Type | Method and Description |
---|---|
DavResourceFactory |
JCRWebdavServerServlet.getResourceFactory()
Returns the
DavResourceFactory . |
Modifier and Type | Method and Description |
---|---|
void |
JCRWebdavServerServlet.setResourceFactory(DavResourceFactory resourceFactory)
Sets the
DavResourceFactory . |
Constructor and Description |
---|
DefaultItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
Item item)
Create a new
DefaultItemCollection . |
DefaultItemResource(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
Item item)
Create a new
DefaultItemResource . |
RootCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory)
Create a new
RootCollection . |
VersionControlledItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
Item item)
Create a new
VersionControlledItemCollection . |
Constructor and Description |
---|
VersionHistoryItemCollection(DavResourceLocator resourcePath,
JcrDavSession session,
DavResourceFactory factory,
Item item)
Create a new
VersionHistoryItemCollection resource. |
VersionItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
Item item)
Create a new
VersionItemCollection . |
Modifier and Type | Method and Description |
---|---|
abstract DavResourceFactory |
AbstractWebdavServlet.getResourceFactory()
Returns the
DavResourceFactory . |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractWebdavServlet.setResourceFactory(DavResourceFactory resourceFactory)
Sets the
DavResourceFactory . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceFactoryImpl
ResourceFactoryImpl implements a simple DavResourceFactory
|
Modifier and Type | Method and Description |
---|---|
DavResourceFactory |
DavResourceImpl.getFactory() |
DavResourceFactory |
SimpleWebdavServlet.getResourceFactory()
Returns the
DavResourceFactory . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleWebdavServlet.setResourceFactory(DavResourceFactory resourceFactory)
Sets the
DavResourceFactory . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.