com.liferay.portal.webdav.methods
Class BasePropMethodImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.BasePropMethodImpl
All Implemented Interfaces:
Method
Direct Known Subclasses:
PropfindMethodImpl, ProppatchMethodImpl

public abstract class BasePropMethodImpl
extends java.lang.Object
implements Method

View Source

Author:
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
BasePropMethodImpl()
           
 
Method Summary
protected  void addResponse(java.lang.String href, org.dom4j.Element multistatus)
           
protected  void addResponse(WebDAVRequest webDavReq, Resource resource, java.util.Set<com.liferay.portal.kernel.util.Tuple> props, org.dom4j.Element multistatus)
           
protected  void addResponse(WebDAVStorage storage, WebDAVRequest webDavReq, Resource resource, java.util.Set<com.liferay.portal.kernel.util.Tuple> props, org.dom4j.Element multistatus, long depth)
           
protected  java.lang.String getResponseXML(org.dom4j.Document doc)
           
protected  java.lang.String getResponseXML(WebDAVRequest webDavReq, java.util.Set<com.liferay.portal.kernel.util.Tuple> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.webdav.methods.Method
process
 

Constructor Detail

BasePropMethodImpl

public BasePropMethodImpl()
Method Detail

addResponse

protected void addResponse(WebDAVStorage storage,
                           WebDAVRequest webDavReq,
                           Resource resource,
                           java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
                           org.dom4j.Element multistatus,
                           long depth)
                    throws java.lang.Exception
Throws:
java.lang.Exception

addResponse

protected void addResponse(WebDAVRequest webDavReq,
                           Resource resource,
                           java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
                           org.dom4j.Element multistatus)
                    throws java.lang.Exception
Throws:
java.lang.Exception

addResponse

protected void addResponse(java.lang.String href,
                           org.dom4j.Element multistatus)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getResponseXML

protected java.lang.String getResponseXML(WebDAVRequest webDavReq,
                                          java.util.Set<com.liferay.portal.kernel.util.Tuple> props)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getResponseXML

protected java.lang.String getResponseXML(org.dom4j.Document doc)
                                   throws java.lang.Exception
Throws:
java.lang.Exception