Class BasePropMethodImpl

Object
com.liferay.portal.webdav.methods.BasePropMethodImpl
All Implemented Interfaces:
com.liferay.portal.kernel.webdav.methods.Method
Direct Known Subclasses:
PropfindMethodImpl, ProppatchMethodImpl

public abstract class BasePropMethodImpl extends Object implements com.liferay.portal.kernel.webdav.methods.Method
Author:
Alexander Chow
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     
    static final com.liferay.portal.kernel.xml.QName
     

    Fields inherited from interface com.liferay.portal.kernel.webdav.methods.Method

    COPY, DELETE, GET, HEAD, LOCK, MKCOL, MOVE, OPTIONS, PROPFIND, PROPPATCH, PUT, SUPPORTED_METHOD_NAMES, UNLOCK
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addResponse(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, com.liferay.portal.kernel.webdav.Resource resource, Set<com.liferay.portal.kernel.xml.QName> props, com.liferay.portal.kernel.xml.Element multistatus)
     
    protected void
    addResponse(com.liferay.portal.kernel.webdav.WebDAVStorage storage, com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, com.liferay.portal.kernel.webdav.Resource resource, Set<com.liferay.portal.kernel.xml.QName> props, com.liferay.portal.kernel.xml.Element multistatusElement, long depth)
     
    protected static com.liferay.portal.kernel.xml.QName
     
    protected int
    writeResponseXML(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, Set<com.liferay.portal.kernel.xml.QName> props)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.webdav.methods.Method

    process
  • Field Details

    • ALLPROP

      public static final com.liferay.portal.kernel.xml.QName ALLPROP
    • CREATIONDATE

      public static final com.liferay.portal.kernel.xml.QName CREATIONDATE
    • DISPLAYNAME

      public static final com.liferay.portal.kernel.xml.QName DISPLAYNAME
    • GETCONTENTLENGTH

      public static final com.liferay.portal.kernel.xml.QName GETCONTENTLENGTH
    • GETCONTENTTYPE

      public static final com.liferay.portal.kernel.xml.QName GETCONTENTTYPE
    • GETLASTMODIFIED

      public static final com.liferay.portal.kernel.xml.QName GETLASTMODIFIED
    • ISREADONLY

      public static final com.liferay.portal.kernel.xml.QName ISREADONLY
    • LOCKDISCOVERY

      public static final com.liferay.portal.kernel.xml.QName LOCKDISCOVERY
    • RESOURCETYPE

      public static final com.liferay.portal.kernel.xml.QName RESOURCETYPE
  • Constructor Details

    • BasePropMethodImpl

      public BasePropMethodImpl()
  • Method Details

    • createQName

      protected static com.liferay.portal.kernel.xml.QName createQName(String name)
    • addResponse

      protected void addResponse(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, com.liferay.portal.kernel.webdav.Resource resource, Set<com.liferay.portal.kernel.xml.QName> props, com.liferay.portal.kernel.xml.Element multistatus) throws Exception
      Throws:
      Exception
    • addResponse

      protected void addResponse(com.liferay.portal.kernel.webdav.WebDAVStorage storage, com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, com.liferay.portal.kernel.webdav.Resource resource, Set<com.liferay.portal.kernel.xml.QName> props, com.liferay.portal.kernel.xml.Element multistatusElement, long depth) throws Exception
      Throws:
      Exception
    • writeResponseXML

      protected int writeResponseXML(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest, Set<com.liferay.portal.kernel.xml.QName> props) throws Exception
      Throws:
      Exception