Class PropfindMethodImpl

Object
com.liferay.portal.webdav.methods.BasePropMethodImpl
com.liferay.portal.webdav.methods.PropfindMethodImpl
All Implemented Interfaces:
com.liferay.portal.kernel.webdav.methods.Method

public class PropfindMethodImpl extends BasePropMethodImpl implements com.liferay.portal.kernel.webdav.methods.Method
Author:
Brian Wing Shun Chan, Alexander Chow
  • Constructor Details

    • PropfindMethodImpl

      public PropfindMethodImpl()
  • Method Details

    • process

      public int process(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws com.liferay.portal.kernel.webdav.WebDAVException
      Specified by:
      process in interface com.liferay.portal.kernel.webdav.methods.Method
      Throws:
      com.liferay.portal.kernel.webdav.WebDAVException
    • generateProps

      protected Set<com.liferay.portal.kernel.xml.QName> generateProps(Set<com.liferay.portal.kernel.xml.QName> props)
    • getProps

      protected Set<com.liferay.portal.kernel.xml.QName> getProps(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws InvalidRequestException
      Throws:
      InvalidRequestException