Liferay 6.2-ce-ga5

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
 MethodFactory WebDAVStorageWrapper.getMethodFactory()
           
 MethodFactory BaseWebDAVStorageImpl.getMethodFactory()
           
 MethodFactory WebDAVStorage.getMethodFactory()
           
 

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

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

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

Methods in com.liferay.portal.kernel.webdav.methods with parameters of type MethodFactory
static void MethodFactoryRegistryUtil.registerMethodFactory(MethodFactory methodFactory)
           
 void MethodFactoryRegistry.registerMethodFactory(MethodFactory methodFactory)
           
static void MethodFactoryRegistryUtil.unregisterMethodFactory(MethodFactory methodFactory)
           
 void MethodFactoryRegistry.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-ce-ga5