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 Object
- implements Method
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(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 |
BasePropMethodImpl
public BasePropMethodImpl()
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