com.liferay.portal.webdav.methods
Class PropfindMethodImpl
java.lang.Object
com.liferay.portal.webdav.methods.BasePropMethodImpl
com.liferay.portal.webdav.methods.PropfindMethodImpl
- All Implemented Interfaces:
- Method
public class PropfindMethodImpl
- extends BasePropMethodImpl
- implements Method
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropfindMethodImpl
public PropfindMethodImpl()
process
public int process(WebDAVRequest webDAVRequest)
throws WebDAVException
- Description copied from interface:
Method
- Returns -1 or a supported HTTP status code. If it is -1, then the status
code has already been set. Otherwise, the status code needs to be set by
the caller.
- Specified by:
process
in interface Method
- Parameters:
webDAVRequest
- the WebDAV request
- Returns:
- -1 or a supported HTTP status code. If it is -1, then the status
code has already been set. Otherwise, the status code needs to be
set by the caller.
- Throws:
WebDAVException
- if a WebDAV exception occurred
generateProps
protected Set<QName> generateProps(Set<QName> props)
getProps
protected Set<QName> getProps(WebDAVRequest webDAVRequest)
throws InvalidRequestException
- Throws:
InvalidRequestException