|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.webdav.methods.BasePropMethodImpl
com.liferay.portal.webdav.methods.PropfindMethodImpl
public class PropfindMethodImpl
Field Summary |
---|
Fields inherited from interface com.liferay.portal.webdav.methods.Method |
---|
COPY, DELETE, GET, HEAD, LOCK, MKCOL, MOVE, OPTIONS, PROPFIND, PROPPATCH, PUT, SUPPORTED_METHODS, SUPPORTED_METHODS_ARRAY, UNLOCK |
Constructor Summary | |
---|---|
PropfindMethodImpl()
|
Method Summary | |
---|---|
protected java.util.Set<com.liferay.portal.kernel.util.Tuple> |
generateProps(java.util.Set<com.liferay.portal.kernel.util.Tuple> props)
|
protected java.util.Set<com.liferay.portal.kernel.util.Tuple> |
getProps(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
|
int |
process(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
Returns -1 or a supported HTTP status code. |
Methods inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl |
---|
addResponse, addResponse, addResponse, writeResponseXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropfindMethodImpl()
Method Detail |
---|
public int process(com.liferay.portal.webdav.WebDAVRequest webDavRequest) throws com.liferay.portal.webdav.WebDAVException
Method
process
in interface Method
webDavRequest
- the WebDAV request
com.liferay.portal.webdav.WebDAVException
protected java.util.Set<com.liferay.portal.kernel.util.Tuple> getProps(com.liferay.portal.webdav.WebDAVRequest webDavRequest) throws InvalidRequestException
InvalidRequestException
protected java.util.Set<com.liferay.portal.kernel.util.Tuple> generateProps(java.util.Set<com.liferay.portal.kernel.util.Tuple> props)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |