com.liferay.portal.webdav.methods
Class BasePropMethodImpl
java.lang.Object
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
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 |
Method Summary |
protected void |
addResponse(java.lang.String href,
com.liferay.portal.kernel.xml.Element multistatus)
|
protected void |
addResponse(com.liferay.portal.webdav.WebDAVRequest webDavRequest,
com.liferay.portal.webdav.Resource resource,
java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
com.liferay.portal.kernel.xml.Element multistatus)
|
protected void |
addResponse(com.liferay.portal.webdav.WebDAVStorage storage,
com.liferay.portal.webdav.WebDAVRequest webDavRequest,
com.liferay.portal.webdav.Resource resource,
java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
com.liferay.portal.kernel.xml.Element multistatus,
long depth)
|
protected int |
writeResponseXML(com.liferay.portal.webdav.WebDAVRequest webDavRequest,
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 |
BasePropMethodImpl
public BasePropMethodImpl()
addResponse
protected void addResponse(com.liferay.portal.webdav.WebDAVStorage storage,
com.liferay.portal.webdav.WebDAVRequest webDavRequest,
com.liferay.portal.webdav.Resource resource,
java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
com.liferay.portal.kernel.xml.Element multistatus,
long depth)
throws java.lang.Exception
- Throws:
java.lang.Exception
addResponse
protected void addResponse(com.liferay.portal.webdav.WebDAVRequest webDavRequest,
com.liferay.portal.webdav.Resource resource,
java.util.Set<com.liferay.portal.kernel.util.Tuple> props,
com.liferay.portal.kernel.xml.Element multistatus)
throws java.lang.Exception
- Throws:
java.lang.Exception
addResponse
protected void addResponse(java.lang.String href,
com.liferay.portal.kernel.xml.Element multistatus)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeResponseXML
protected int writeResponseXML(com.liferay.portal.webdav.WebDAVRequest webDavRequest,
java.util.Set<com.liferay.portal.kernel.util.Tuple> props)
throws java.lang.Exception
- Throws:
java.lang.Exception