Package org.nuxeo.ecm.webdav.resource
Class AbstractResource
java.lang.Object
org.nuxeo.ecm.webdav.resource.AbstractResource
- Direct Known Subclasses:
ExistingResource
,UnknownResource
,VirtualFolderResource
Base class for all resources (existing or not).
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractResource
(String path, javax.servlet.http.HttpServletRequest request) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getNameFromPath
(String path) static String
getParentPath
(String path) javax.ws.rs.core.Response
options()
-
Field Details
-
path
-
parentPath
-
name
-
request
protected javax.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
AbstractResource
-
-
Method Details
-
getParentPath
-
getNameFromPath
-
options
public javax.ws.rs.core.Response options()
-