Uses of Interface
org.nuxeo.ecm.webdav.backend.Backend
-
Packages that use Backend Package Description org.nuxeo.ecm.webdav.backend org.nuxeo.ecm.webdav.resource -
-
Uses of Backend in org.nuxeo.ecm.webdav.backend
Subinterfaces of Backend in org.nuxeo.ecm.webdav.backend Modifier and Type Interface Description interface
VirtualBackend
Classes in org.nuxeo.ecm.webdav.backend that implement Backend Modifier and Type Class Description class
AbstractCoreBackend
class
AbstractVirtualBackend
class
SearchRootBackend
class
SearchVirtualBackend
class
SimpleBackend
class
SimpleRootBackend
Fields in org.nuxeo.ecm.webdav.backend with type parameters of type Backend Modifier and Type Field Description protected Map<String,Backend>
AbstractVirtualBackend. backendMap
Methods in org.nuxeo.ecm.webdav.backend that return Backend Modifier and Type Method Description Backend
RealBackendFactory. createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)
Backend
SimpleRealBackendFactory. createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)
abstract Backend
AbstractBackendFactory. createRootBackend(CoreSession session)
Backend
SearchBackendFactory. createRootBackend(CoreSession session)
Backend
SimpleBackendFactory. createRootBackend(CoreSession session)
Backend
AbstractBackendFactory. getBackend(String path, javax.servlet.http.HttpServletRequest request)
Backend
AbstractVirtualBackend. getBackend(String uri)
Backend
Backend. getBackend(String path)
Backend
BackendFactory. getBackend(String path, javax.servlet.http.HttpServletRequest request)
static Backend
BackendHelper. getBackend(String path, javax.servlet.http.HttpServletRequest request)
Backend
SearchRootBackend. getBackend(String uri)
Backend
SimpleBackend. getBackend(String path)
Methods in org.nuxeo.ecm.webdav.backend with parameters of type Backend Modifier and Type Method Description protected void
AbstractVirtualBackend. registerBackend(Backend backend)
-
Uses of Backend in org.nuxeo.ecm.webdav.resource
Fields in org.nuxeo.ecm.webdav.resource declared as Backend Modifier and Type Field Description protected Backend
ExistingResource. backend
protected Backend
UnknownResource. backend
Constructors in org.nuxeo.ecm.webdav.resource with parameters of type Backend Constructor Description 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)
-