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 TypeClassDescriptionclassclassclassclassclassclassFields 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 BackendAbstractBackendFactory.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 BackendBackendHelper.getBackend(String path, javax.servlet.http.HttpServletRequest request) SearchRootBackend.getBackend(String uri) final BackendSimpleBackend.getBackend(String path) Methods in org.nuxeo.ecm.webdav.backend with parameters of type BackendModifier and TypeMethodDescriptionprotected voidAbstractVirtualBackend.registerBackend(Backend backend) -
Uses of Backend in org.nuxeo.ecm.webdav.resource
Fields in org.nuxeo.ecm.webdav.resource declared as BackendModifier and TypeFieldDescriptionprotected BackendExistingResource.backendprotected BackendUnknownResource.backendConstructors in org.nuxeo.ecm.webdav.resource with parameters of type BackendModifierConstructorDescriptionprotectedExistingResource(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)