Uses of Interface
org.nuxeo.ecm.webdav.backend.Backend
Packages that use Backend
-
Uses of Backend in org.nuxeo.ecm.webdav.backend
Subinterfaces of Backend in org.nuxeo.ecm.webdav.backendClasses in org.nuxeo.ecm.webdav.backend that implement BackendModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in org.nuxeo.ecm.webdav.backend with type parameters of type BackendMethods in org.nuxeo.ecm.webdav.backend that return BackendModifier and TypeMethodDescriptionRealBackendFactory.createBackend
(String backendDisplayName, String rootPath, String rootUrl, CoreSession session) SimpleRealBackendFactory.createBackend
(String backendDisplayName, String rootPath, String rootUrl, CoreSession session) abstract Backend
AbstractBackendFactory.createRootBackend
(CoreSession session) SearchBackendFactory.createRootBackend
(CoreSession session) SimpleBackendFactory.createRootBackend
(CoreSession session) AbstractBackendFactory.getBackend
(String path, javax.servlet.http.HttpServletRequest request) AbstractVirtualBackend.getBackend
(String uri) Backend.getBackend
(String path) BackendFactory.getBackend
(String path, javax.servlet.http.HttpServletRequest request) static Backend
BackendHelper.getBackend
(String path, javax.servlet.http.HttpServletRequest request) SearchRootBackend.getBackend
(String uri) final Backend
SimpleBackend.getBackend
(String path) Methods in org.nuxeo.ecm.webdav.backend with parameters of type BackendModifier and TypeMethodDescriptionprotected void
AbstractVirtualBackend.registerBackend
(Backend backend) -
Uses of Backend in org.nuxeo.ecm.webdav.resource
Fields in org.nuxeo.ecm.webdav.resource declared as BackendModifier and TypeFieldDescriptionprotected Backend
ExistingResource.backend
protected Backend
UnknownResource.backend
Constructors in org.nuxeo.ecm.webdav.resource with parameters of type BackendModifierConstructorDescriptionprotected
ExistingResource
(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend) FileResource
(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend) FolderResource
(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend) UnknownResource
(String path, javax.servlet.http.HttpServletRequest request, Backend backend)