com.liferay.portal.webdav.methods
Class PropfindMethodImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.BasePropMethodImpl
      extended by com.liferay.portal.webdav.methods.PropfindMethodImpl
All Implemented Interfaces:
Method

public class PropfindMethodImpl
extends BasePropMethodImpl
implements Method

View Source

Author:
Brian Wing Shun Chan, Alexander Chow

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(WebDAVRequest webDavRequest)
           
 int process(WebDAVRequest webDavRequest)
           
 
Methods inherited from class com.liferay.portal.webdav.methods.BasePropMethodImpl
addResponse, addResponse, addResponse, getResponseXML, getResponseXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropfindMethodImpl

public PropfindMethodImpl()
Method Detail

process

public int process(WebDAVRequest webDavRequest)
            throws WebDAVException
Specified by:
process in interface Method
Throws:
WebDAVException

getProps

protected java.util.Set<com.liferay.portal.kernel.util.Tuple> getProps(WebDAVRequest webDavRequest)
                                                                throws InvalidRequestException
Throws:
InvalidRequestException

generateProps

protected java.util.Set<com.liferay.portal.kernel.util.Tuple> generateProps(java.util.Set<com.liferay.portal.kernel.util.Tuple> props)