com.liferay.portal.kernel.webdav.methods
Interface MethodFactoryRegistry
public interface MethodFactoryRegistry
- Author:
- Brian Wing Shun Chan
getDefaultMethodFactory
MethodFactory getDefaultMethodFactory()
getMethodFactories
java.util.List<MethodFactory> getMethodFactories()
getMethodFactory
MethodFactory getMethodFactory(java.lang.String className)
registerMethodFactory
void registerMethodFactory(MethodFactory methodFactory)
unregisterMethodFactory
void unregisterMethodFactory(MethodFactory methodFactory)