Package org.olat.core.gui.control.generic.portal

Examples of org.olat.core.gui.control.generic.portal.PortletContainer.dispose()


  protected void doDispose() {
    // cleanup all portlet containers
    Iterator iter = portletContainers.values().iterator();
    while (iter.hasNext()) {
      PortletContainer element = (PortletContainer) iter.next();
      element.dispose();
    }
    portletContainers = null;
  }

  /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.