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 Element |
addElement(Element element,
String name)
|
protected Element |
addElement(Element element,
String name1,
String name2)
|
protected void |
addResponse(String href,
Element multistatusElement)
|
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 multistatusElement,
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 |
ALLPROP
public static final String ALLPROP
- See Also:
- Constant Field Values
ALLPROP_PAIR
public static final Tuple ALLPROP_PAIR
CREATIONDATE
public static final String CREATIONDATE
- See Also:
- Constant Field Values
CREATIONDATE_PAIR
public static final Tuple CREATIONDATE_PAIR
DISPLAYNAME
public static final String DISPLAYNAME
- See Also:
- Constant Field Values
DISPLAYNAME_PAIR
public static final Tuple DISPLAYNAME_PAIR
GETCONTENTLENGTH
public static final String GETCONTENTLENGTH
- See Also:
- Constant Field Values
GETCONTENTLENGTH_PAIR
public static final Tuple GETCONTENTLENGTH_PAIR
GETCONTENTTYPE
public static final String GETCONTENTTYPE
- See Also:
- Constant Field Values
GETCONTENTTYPE_PAIR
public static final Tuple GETCONTENTTYPE_PAIR
GETLASTMODIFIED
public static final String GETLASTMODIFIED
- See Also:
- Constant Field Values
GETLASTMODIFIED_PAIR
public static final Tuple GETLASTMODIFIED_PAIR
LOCKDISCOVERY
public static final String LOCKDISCOVERY
- See Also:
- Constant Field Values
LOCKDISCOVERY_PAIR
public static final Tuple LOCKDISCOVERY_PAIR
RESOURCETYPE
public static final String RESOURCETYPE
- See Also:
- Constant Field Values
RESOURCETYPE_PAIR
public static final Tuple RESOURCETYPE_PAIR
BasePropMethodImpl
public BasePropMethodImpl()
addElement
protected Element addElement(Element element,
String name)
addElement
protected Element addElement(Element element,
String name1,
String name2)
addResponse
protected void addResponse(String href,
Element multistatusElement)
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(WebDAVStorage storage,
WebDAVRequest webDavRequest,
Resource resource,
Set<Tuple> props,
Element multistatusElement,
long depth)
throws Exception
- Throws:
Exception
writeResponseXML
protected int writeResponseXML(WebDAVRequest webDavRequest,
Set<Tuple> props)
throws Exception
- Throws:
Exception