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   
 

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)
           
 


Liferay 6.2-ce-ga5