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
-
Field Summary
Fields inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl
ALLPROP, CREATIONDATE, DISPLAYNAME, GETCONTENTLENGTH, GETCONTENTTYPE, GETLASTMODIFIED, ISREADONLY, LOCKDISCOVERY, RESOURCETYPE
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<com.liferay.portal.kernel.xml.QName>
generateProps
(Set<com.liferay.portal.kernel.xml.QName> props) protected Set<com.liferay.portal.kernel.xml.QName>
getProps
(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) int
process
(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) Methods inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl
addResponse, addResponse, createQName, writeResponseXML
-
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 interfacecom.liferay.portal.kernel.webdav.methods.Method
- Throws:
com.liferay.portal.kernel.webdav.WebDAVException
-
generateProps
-
getProps
protected Set<com.liferay.portal.kernel.xml.QName> getProps(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws InvalidRequestException - Throws:
InvalidRequestException
-