com.liferay.portal.webdav.methods
Class MethodFactoryImpl
java.lang.Object
com.liferay.portal.webdav.methods.MethodFactoryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.webdav.methods.MethodFactory
public class MethodFactoryImpl
- extends Object
- implements com.liferay.portal.kernel.webdav.methods.MethodFactory
|
Method Summary |
protected void |
addMethod(String methodName)
|
com.liferay.portal.kernel.webdav.methods.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 |
MethodFactoryImpl
public MethodFactoryImpl()
throws Exception
- Throws:
Exception
create
public com.liferay.portal.kernel.webdav.methods.Method create(javax.servlet.http.HttpServletRequest request)
throws com.liferay.portal.kernel.webdav.WebDAVException
- Specified by:
create in interface com.liferay.portal.kernel.webdav.methods.MethodFactory
- Throws:
com.liferay.portal.kernel.webdav.WebDAVException
addMethod
protected void addMethod(String methodName)
throws Exception
- Throws:
Exception