Liferay 6.2-ce-ga5

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

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

public class MethodFactoryRegistryUtil
extends Object


Constructor Summary
MethodFactoryRegistryUtil()
           
 
Method Summary
static MethodFactory getDefaultMethodFactory()
           
static MethodFactory getMethodFactory(String className)
           
static 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(String className)

getMethodFactoryFactories

public static 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)

Liferay 6.2-ce-ga5