Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.server |
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 an
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. |
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 . |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.