Liferay 6.2.0

Uses of Interface
com.liferay.portal.kernel.webdav.methods.MethodFactory

Packages that use MethodFactory
com.liferay.portal.kernel.webdav   
com.liferay.portal.kernel.webdav.methods   
com.liferay.portal.webdav.methods   
 

Uses of MethodFactory in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav that return MethodFactory
abstract  MethodFactory WebDAVStorage.getMethodFactory()
           
 MethodFactory WebDAVStorageWrapper.getMethodFactory()
           
 MethodFactory BaseWebDAVStorageImpl.getMethodFactory()
           
 

Uses of MethodFactory in com.liferay.portal.kernel.webdav.methods
 

Methods in com.liferay.portal.kernel.webdav.methods that return MethodFactory
abstract  MethodFactory MethodFactoryRegistry.getDefaultMethodFactory()
           
static MethodFactory MethodFactoryRegistryUtil.getDefaultMethodFactory()
           
abstract  MethodFactory MethodFactoryRegistry.getMethodFactory(String className)
           
static MethodFactory MethodFactoryRegistryUtil.getMethodFactory(String className)
           
 

Methods in com.liferay.portal.kernel.webdav.methods that return types with arguments of type MethodFactory
abstract  List<MethodFactory> MethodFactoryRegistry.getMethodFactories()
           
static List<MethodFactory> MethodFactoryRegistryUtil.getMethodFactoryFactories()
           
 

Methods in com.liferay.portal.kernel.webdav.methods with parameters of type MethodFactory
abstract  void MethodFactoryRegistry.registerMethodFactory(MethodFactory methodFactory)
           
static void MethodFactoryRegistryUtil.registerMethodFactory(MethodFactory methodFactory)
           
abstract  void MethodFactoryRegistry.unregisterMethodFactory(MethodFactory methodFactory)
           
static void MethodFactoryRegistryUtil.unregisterMethodFactory(MethodFactory methodFactory)
           
 

Uses of MethodFactory in com.liferay.portal.webdav.methods
 

Classes in com.liferay.portal.webdav.methods that implement MethodFactory
 class MethodFactoryImpl
           
 

Methods in com.liferay.portal.webdav.methods that return MethodFactory
 MethodFactory MethodFactoryRegistryImpl.getDefaultMethodFactory()
           
 MethodFactory MethodFactoryRegistryImpl.getMethodFactory(String className)
           
 

Methods in com.liferay.portal.webdav.methods that return types with arguments of type MethodFactory
 List<MethodFactory> MethodFactoryRegistryImpl.getMethodFactories()
           
 

Methods in com.liferay.portal.webdav.methods with parameters of type MethodFactory
 void MethodFactoryRegistryImpl.registerMethodFactory(MethodFactory methodFactory)
           
 void MethodFactoryRegistryImpl.setDefaultMethodFactory(MethodFactory defaultMethodFactory)
           
 void MethodFactoryRegistryImpl.unregisterMethodFactory(MethodFactory methodFactory)
           
 


Liferay 6.2.0