Class AbstractResource

java.lang.Object
org.nuxeo.ecm.webdav.resource.AbstractResource
Direct Known Subclasses:
ExistingResource, UnknownResource, VirtualFolderResource

public class AbstractResource extends Object
Base class for all resources (existing or not).
  • Field Details

    • path

      protected String path
    • parentPath

      protected String parentPath
    • name

      protected String name
    • request

      protected javax.servlet.http.HttpServletRequest request
  • Constructor Details

    • AbstractResource

      protected AbstractResource(String path, javax.servlet.http.HttpServletRequest request)
  • Method Details

    • getParentPath

      public static String getParentPath(String path)
    • getNameFromPath

      public static String getNameFromPath(String path)
    • options

      public javax.ws.rs.core.Response options()