Uses of Interface
org.apache.jackrabbit.webdav.DavLocatorFactory
-
Packages that use DavLocatorFactory Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.server -
-
Uses of DavLocatorFactory in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement DavLocatorFactory Modifier and Type Class Description classAbstractLocatorFactoryAbstractLocatorFactoryis 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 ofDavResourceLocatorbuilds the href.Methods in org.apache.jackrabbit.webdav that return DavLocatorFactory Modifier and Type Method Description DavLocatorFactoryDavResourceLocator. getFactory()Return the locator factory that created this locator.Constructors in org.apache.jackrabbit.webdav with parameters of type DavLocatorFactory Constructor Description WebdavRequestImpl(javax.servlet.http.HttpServletRequest httpRequest, DavLocatorFactory factory)Creates a newDavServletRequestwith the given parameters.WebdavRequestImpl(javax.servlet.http.HttpServletRequest httpRequest, DavLocatorFactory factory, boolean createAbsoluteURI)Creates a newDavServletRequestwith the given parameters. -
Uses of DavLocatorFactory in org.apache.jackrabbit.webdav.server
Methods in org.apache.jackrabbit.webdav.server that return DavLocatorFactory Modifier and Type Method Description abstract DavLocatorFactoryAbstractWebdavServlet. getLocatorFactory()Returns theDavLocatorFactory.Methods in org.apache.jackrabbit.webdav.server with parameters of type DavLocatorFactory Modifier and Type Method Description abstract voidAbstractWebdavServlet. setLocatorFactory(DavLocatorFactory locatorFactory)Sets theDavLocatorFactory.
-