Class UnlockMethodImpl

Object
com.liferay.portal.webdav.methods.UnlockMethodImpl
All Implemented Interfaces:
com.liferay.portal.kernel.webdav.methods.Method

public class UnlockMethodImpl 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getToken(javax.servlet.http.HttpServletRequest httpServletRequest)
     
    int
    process(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnlockMethodImpl

      public UnlockMethodImpl()
  • Method Details

    • process

      public int process(com.liferay.portal.kernel.webdav.WebDAVRequest webDAVRequest) throws com.liferay.portal.kernel.webdav.WebDAVException
      Specified by:
      process in interface com.liferay.portal.kernel.webdav.methods.Method
      Throws:
      com.liferay.portal.kernel.webdav.WebDAVException
    • getToken

      protected String getToken(javax.servlet.http.HttpServletRequest httpServletRequest)