Liferay 6.2-ce-ga5

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
static QName ALLPROP
           
static QName CREATIONDATE
           
static QName DISPLAYNAME
           
static QName GETCONTENTLENGTH
           
static QName GETCONTENTTYPE
           
static QName GETLASTMODIFIED
           
static QName ISREADONLY
           
static QName LOCKDISCOVERY
           
static QName RESOURCETYPE
           
 
Fields inherited from interface com.liferay.portal.kernel.webdav.methods.Method
COPY, DELETE, GET, HEAD, LOCK, MKCOL, MOVE, OPTIONS, PROPFIND, PROPPATCH, PUT, SUPPORTED_METHOD_NAMES, UNLOCK
 
Constructor Summary
BasePropMethodImpl()
           
 
Method Summary
protected  void addResponse(String href, Element multistatusElement)
           
protected  void addResponse(WebDAVRequest webDAVRequest, Resource resource, Set<QName> props, Element multistatus)
           
protected  void addResponse(WebDAVStorage storage, WebDAVRequest webDAVRequest, Resource resource, Set<QName> props, Element multistatusElement, long depth)
           
protected static QName createQName(String name)
           
protected  int writeResponseXML(WebDAVRequest webDAVRequest, Set<QName> 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.kernel.webdav.methods.Method
process
 

Field Detail

ALLPROP

public static final QName ALLPROP

CREATIONDATE

public static final QName CREATIONDATE

DISPLAYNAME

public static final QName DISPLAYNAME

GETCONTENTLENGTH

public static final QName GETCONTENTLENGTH

GETCONTENTTYPE

public static final QName GETCONTENTTYPE

GETLASTMODIFIED

public static final QName GETLASTMODIFIED

ISREADONLY

public static final QName ISREADONLY

LOCKDISCOVERY

public static final QName LOCKDISCOVERY

RESOURCETYPE

public static final QName RESOURCETYPE
Constructor Detail

BasePropMethodImpl

public BasePropMethodImpl()
Method Detail

createQName

protected static QName createQName(String name)

addResponse

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

addResponse

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

addResponse

protected void addResponse(WebDAVStorage storage,
                           WebDAVRequest webDAVRequest,
                           Resource resource,
                           Set<QName> props,
                           Element multistatusElement,
                           long depth)
                    throws Exception
Throws:
Exception

writeResponseXML

protected int writeResponseXML(WebDAVRequest webDAVRequest,
                               Set<QName> props)
                        throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5