Liferay 6.2-ce-ga5

com.liferay.portal.webdav.methods
Class MethodFactoryImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.MethodFactoryImpl
All Implemented Interfaces:
MethodFactory

public class MethodFactoryImpl
extends Object
implements MethodFactory


Constructor Summary
MethodFactoryImpl()
           
 
Method Summary
protected  void addMethod(String methodName)
           
 Method create(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFactoryImpl

public MethodFactoryImpl()
                  throws Exception
Throws:
Exception
Method Detail

create

public Method create(javax.servlet.http.HttpServletRequest request)
              throws WebDAVException
Specified by:
create in interface MethodFactory
Throws:
WebDAVException

addMethod

protected void addMethod(String methodName)
                  throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5