com.liferay.portal.kernel.webdav.methods
Class MethodFactoryRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.webdav.methods.MethodFactoryRegistryUtil

public class MethodFactoryRegistryUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
MethodFactoryRegistryUtil()
           
 
Method Summary
static MethodFactory getDefaultMethodFactory()
           
static MethodFactory getMethodFactory(java.lang.String className)
           
static java.util.List<MethodFactory> getMethodFactoryFactories()
           
static MethodFactoryRegistry getMethodFactoryRegistry()
           
static void registerMethodFactory(MethodFactory methodFactory)
           
 void setMethodFactoryRegistry(MethodFactoryRegistry methodFactoryRegistry)
           
static void unregisterMethodFactory(MethodFactory methodFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFactoryRegistryUtil

public MethodFactoryRegistryUtil()
Method Detail

getDefaultMethodFactory

public static MethodFactory getDefaultMethodFactory()

getMethodFactory

public static MethodFactory getMethodFactory(java.lang.String className)

getMethodFactoryFactories

public static java.util.List<MethodFactory> getMethodFactoryFactories()

getMethodFactoryRegistry

public static MethodFactoryRegistry getMethodFactoryRegistry()

registerMethodFactory

public static void registerMethodFactory(MethodFactory methodFactory)

unregisterMethodFactory

public static void unregisterMethodFactory(MethodFactory methodFactory)

setMethodFactoryRegistry

public void setMethodFactoryRegistry(MethodFactoryRegistry methodFactoryRegistry)