Class LockMethodImpl
Object
com.liferay.portal.webdav.methods.LockMethodImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.webdav.methods.Method
public class LockMethodImpl
extends Object
implements com.liferay.portal.kernel.webdav.methods.Method
- Author:
- Alexander Chow
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
doProcess
(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) protected String
getResponseXML
(com.liferay.portal.kernel.lock.Lock lock, long depth) int
process
(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest)
-
Constructor Details
-
LockMethodImpl
public LockMethodImpl()
-
-
Method Details
-
process
public int process(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws com.liferay.portal.kernel.webdav.WebDAVException - Specified by:
process
in interfacecom.liferay.portal.kernel.webdav.methods.Method
- Throws:
com.liferay.portal.kernel.webdav.WebDAVException
-
doProcess
protected int doProcess(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws Exception - Throws:
Exception
-
getResponseXML
protected String getResponseXML(com.liferay.portal.kernel.lock.Lock lock, long depth) throws Exception - Throws:
Exception
-