Liferay 6.2.0

com.liferay.portal.kernel.webdav.methods
Interface MethodFactoryRegistry


public interface MethodFactoryRegistry


Method Summary
abstract  MethodFactory getDefaultMethodFactory()
           
abstract  List<MethodFactory> getMethodFactories()
           
abstract  MethodFactory getMethodFactory(String className)
           
abstract  void registerMethodFactory(MethodFactory methodFactory)
           
abstract  void unregisterMethodFactory(MethodFactory methodFactory)
           
 

Method Detail

getDefaultMethodFactory

MethodFactory getDefaultMethodFactory()

getMethodFactories

List<MethodFactory> getMethodFactories()

getMethodFactory

MethodFactory getMethodFactory(String className)

registerMethodFactory

void registerMethodFactory(MethodFactory methodFactory)

unregisterMethodFactory

void unregisterMethodFactory(MethodFactory methodFactory)

Liferay 6.2.0