Liferay 6.0.5

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 Object
implements Method


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(String href, Element multistatus)
           
protected  void addResponse(WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus)
           
protected  void addResponse(WebDAVStorage storage, WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus, long depth)
           
protected  int writeResponseXML(WebDAVRequest webDavRequest, Set<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 webDavRequest,
                           Resource resource,
                           Set<Tuple> props,
                           Element multistatus,
                           long depth)
                    throws Exception
Throws:
Exception

addResponse

protected void addResponse(WebDAVRequest webDavRequest,
                           Resource resource,
                           Set<Tuple> props,
                           Element multistatus)
                    throws Exception
Throws:
Exception

addResponse

protected void addResponse(String href,
                           Element multistatus)
                    throws Exception
Throws:
Exception

writeResponseXML

protected int writeResponseXML(WebDAVRequest webDavRequest,
                               Set<Tuple> props)
                        throws Exception
Throws:
Exception

Liferay 6.0.5