List of usage examples for com.liferay.portal.kernel.webdav.methods MethodFactoryRegistryUtil unregisterMethodFactory
public static void unregisterMethodFactory(MethodFactory methodFactory)
From source file:it.smc.calendar.sync.listener.CalendarSyncServletContextListener.java
License:Open Source License
@Override protected void doPortalDestroy() throws Exception { // Unregister CalDAVStorage if (_storage != null) { WebDAVUtil.deleteStorage(_storage); }/* w w w . j a va 2s . c om*/ // Unregister MethodFactory if (_methodFactory != null) { MethodFactoryRegistryUtil.unregisterMethodFactory(_methodFactory); } }