Package freenet.clients.http

Examples of freenet.clients.http.ToadletContainer.unregister()


   * Unregisters all toadlets.
   */
  private void unregisterToadlets() {
    ToadletContainer toadletContainer = sonePlugin.pluginRespirator().getToadletContainer();
    for (PageToadlet pageToadlet : pageToadlets) {
      toadletContainer.unregister(pageToadlet);
    }
    toadletContainer.getPageMaker().removeNavigationCategory("Navigation.Menu.Sone.Name");
  }

  /**
 
View Full Code Here


        newBoardToadlet,
        deleteEmptyBoardsToadlet,
        getPuzzleToadlet,
        introduceIdentityToadlet,
        cssToadlet,
    }) container.unregister(t);
    mPageMaker.removeNavigationCategory("WebInterface.DiscussionMenuName");
  }
}
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.