Package org.nuxeo.ecm.webdav.backend
Class BackendHelper
- java.lang.Object
-
- org.nuxeo.ecm.webdav.backend.BackendHelper
-
public class BackendHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description BackendHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Backend
getBackend(String path, javax.servlet.http.HttpServletRequest request)
static void
setBackendFactory(BackendFactory backendFactory)
For tests.
-
-
-
Method Detail
-
setBackendFactory
public static void setBackendFactory(BackendFactory backendFactory)
For tests. Otherwise the factory is configured through an extension point in the component.
-
-