Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.server | |
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocatorFactory
AbstractLocatorFactory is an implementation of the DavLocatorFactory
interface that defines how a given URI is split to workspace path and
resource path and how it's implementation of DavResourceLocator
builds the href. |
Modifier and Type | Method and Description |
---|---|
DavLocatorFactory |
DavResourceLocator.getFactory()
Return the locator factory that created this locator.
|
Constructor and Description |
---|
WebdavRequestImpl(javax.servlet.http.HttpServletRequest httpRequest,
DavLocatorFactory factory)
Creates a new
DavServletRequest with the given parameters. |
WebdavRequestImpl(javax.servlet.http.HttpServletRequest httpRequest,
DavLocatorFactory factory,
boolean createAbsoluteURI)
Creates a new
DavServletRequest with the given parameters. |
Modifier and Type | Class and Description |
---|---|
class |
DavLocatorFactoryImpl
DavLocatorFactoryImpl ... |
Modifier and Type | Method and Description |
---|---|
DavLocatorFactory |
JCRWebdavServerServlet.getLocatorFactory()
Returns the
DavLocatorFactory |
Modifier and Type | Method and Description |
---|---|
void |
JCRWebdavServerServlet.setLocatorFactory(DavLocatorFactory locatorFactory)
Sets the
DavLocatorFactory |
Modifier and Type | Method and Description |
---|---|
abstract DavLocatorFactory |
AbstractWebdavServlet.getLocatorFactory()
Returns the
DavLocatorFactory . |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractWebdavServlet.setLocatorFactory(DavLocatorFactory locatorFactory)
Sets the
DavLocatorFactory . |
Modifier and Type | Class and Description |
---|---|
class |
LocatorFactoryImpl
ResourceFactoryImpl implements a simple DavLocatorFactory
|
class |
LocatorFactoryImplEx
LocatorFactoryImplEx ... |
Modifier and Type | Method and Description |
---|---|
DavLocatorFactory |
SimpleWebdavServlet.getLocatorFactory()
Returns the
DavLocatorFactory . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleWebdavServlet.setLocatorFactory(DavLocatorFactory locatorFactory)
Sets the
DavLocatorFactory . |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.