com.liferay.portal.webdav.methods
Class CopyMethodImpl

java.lang.Object
  extended bycom.liferay.portal.webdav.methods.CopyMethodImpl
All Implemented Interfaces:
Method

public class CopyMethodImpl
extends java.lang.Object
implements Method

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
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
 
Constructor Summary
CopyMethodImpl()
           
 
Method Summary
 void process(WebDAVRequest webDavReq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyMethodImpl

public CopyMethodImpl()
Method Detail

process

public void process(WebDAVRequest webDavReq)
             throws WebDAVException
Specified by:
process in interface Method
Throws:
WebDAVException