| java.lang.Object com.liferay.portal.webdav.methods.BasePropMethodImpl
All known Subclasses: com.liferay.portal.webdav.methods.ProppatchMethodImpl, com.liferay.portal.webdav.methods.PropfindMethodImpl,
BasePropMethodImpl | abstract public class BasePropMethodImpl implements Method(Code) | | View Source
author: Alexander Chow |
Method Summary | |
protected void | addResponse(WebDAVStorage storage, WebDAVRequest webDavReq, Resource resource, Set props, Element multistatus, long depth) | protected void | addResponse(WebDAVRequest webDavReq, Resource resource, Set props, Element multistatus) | protected void | addResponse(String href, Element multistatus) | protected String | getResponseXML(WebDAVRequest webDavReq, Set props) | protected String | getResponseXML(Document doc) |
|
|