List of usage examples for com.liferay.portal.kernel.webdav.methods MethodFactoryRegistryUtil registerMethodFactory
public static void registerMethodFactory(MethodFactory methodFactory)
From source file:it.smc.calendar.sync.listener.CalendarSyncServletContextListener.java
License:Open Source License
@Override protected void doPortalInit() throws Exception { // Register CalDAVStorage _storage = new LiferayCalDAVStorageImpl(); _storage.setToken(WebKeys.CALDAV_TOKEN); WebDAVUtil.addStorage(_storage);//w w w . j a va2 s .c o m // Register MethodFactory _methodFactory = new CalDAVMethodFactory(); MethodFactoryRegistryUtil.registerMethodFactory(_methodFactory); }