Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.webdav.methods
Class OptionsMethodImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.OptionsMethodImpl
All Implemented Interfaces:
com.liferay.portal.kernel.webdav.methods.Method

public class OptionsMethodImpl
extends Object
implements com.liferay.portal.kernel.webdav.methods.Method


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
OptionsMethodImpl()
           
 
Method Summary
 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 Detail

OptionsMethodImpl

public OptionsMethodImpl()
Method Detail

process

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

Liferay 7.0-ce-b7 portal-impl