Uses of Interface
org.apache.jackrabbit.webdav.DavLocatorFactory
Packages that use DavLocatorFactory
-
Uses of DavLocatorFactory in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement DavLocatorFactoryModifier and TypeClassDescriptionclass
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 ofDavResourceLocator
builds the href.Methods in org.apache.jackrabbit.webdav that return DavLocatorFactoryModifier and TypeMethodDescriptionDavResourceLocator.getFactory()
Return the locator factory that created this locator.Constructors in org.apache.jackrabbit.webdav with parameters of type DavLocatorFactoryModifierConstructorDescriptionWebdavRequestImpl
(jakarta.servlet.http.HttpServletRequest httpRequest, DavLocatorFactory factory) Creates a newDavServletRequest
with the given parameters.WebdavRequestImpl
(jakarta.servlet.http.HttpServletRequest httpRequest, DavLocatorFactory factory, boolean createAbsoluteURI) Creates a newDavServletRequest
with the given parameters.