Package org.nuxeo.ecm.webdav.backend
Class AbstractBackendFactory
- java.lang.Object
-
- org.nuxeo.ecm.webdav.backend.AbstractBackendFactory
-
- All Implemented Interfaces:
BackendFactory
- Direct Known Subclasses:
SearchBackendFactory
,SimpleBackendFactory
public abstract class AbstractBackendFactory extends Object implements BackendFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractBackendFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Backend
createRootBackend(CoreSession session)
Backend
getBackend(String path, javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
getBackend
public Backend getBackend(String path, javax.servlet.http.HttpServletRequest request)
- Specified by:
getBackend
in interfaceBackendFactory
-
createRootBackend
public abstract Backend createRootBackend(CoreSession session)
-
-