Liferay 6.2-ce-ga5

com.liferay.portal.webdav.methods
Class MethodFactoryRegistryImpl

java.lang.Object
  extended by com.liferay.portal.webdav.methods.MethodFactoryRegistryImpl
All Implemented Interfaces:
MethodFactoryRegistry

public class MethodFactoryRegistryImpl
extends Object
implements MethodFactoryRegistry


Constructor Summary
MethodFactoryRegistryImpl()
           
 
Method Summary
 MethodFactory getDefaultMethodFactory()
           
 List<MethodFactory> getMethodFactories()
           
 MethodFactory getMethodFactory(String className)
           
 void registerMethodFactory(MethodFactory methodFactory)
           
 void setDefaultMethodFactory(MethodFactory defaultMethodFactory)
           
 void unregisterMethodFactory(MethodFactory methodFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFactoryRegistryImpl

public MethodFactoryRegistryImpl()
Method Detail

getDefaultMethodFactory

public MethodFactory getDefaultMethodFactory()
Specified by:
getDefaultMethodFactory in interface MethodFactoryRegistry

getMethodFactories

public List<MethodFactory> getMethodFactories()
Specified by:
getMethodFactories in interface MethodFactoryRegistry

getMethodFactory

public MethodFactory getMethodFactory(String className)
Specified by:
getMethodFactory in interface MethodFactoryRegistry

registerMethodFactory

public void registerMethodFactory(MethodFactory methodFactory)
Specified by:
registerMethodFactory in interface MethodFactoryRegistry

setDefaultMethodFactory

public void setDefaultMethodFactory(MethodFactory defaultMethodFactory)

unregisterMethodFactory

public void unregisterMethodFactory(MethodFactory methodFactory)
Specified by:
unregisterMethodFactory in interface MethodFactoryRegistry

Liferay 6.2-ce-ga5