List of usage examples for com.liferay.portal.kernel.webdav.methods MethodFactoryRegistryUtil getMethodFactory
public static MethodFactory getMethodFactory(String className)
From source file:it.smc.calendar.sync.caldav.LiferayCalDAVStorageImpl.java
License:Open Source License
@Override public MethodFactory getMethodFactory() { return MethodFactoryRegistryUtil.getMethodFactory(CalDAVMethodFactory.class.getName()); }