Package freenet.clients.http

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


    container.register(selectBoardsToadlet, "WebInterface.DiscussionMenuName", Freetalk.PLUGIN_URI+"/SelectBoards", true, "WebInterface.DiscussionMenuItem.SelectBoards", "WebInterface.DiscussionMenuItem.SelectBoards.Tooltip", true, selectBoardsToadlet);
    container.register(outboxToadlet, "WebInterface.DiscussionMenuName", OutboxPage.getURI(), true, "WebInterface.DiscussionMenuItem.Outbox", "WebInterface.DiscussionMenuItem.Outbox.Tooltip", true, outboxToadlet);
    container.register(identitiesToadlet, "WebInterface.DiscussionMenuName", Freetalk.PLUGIN_URI+"/identities", true, "WebInterface.DiscussionMenuItem.Identities", "WebInterface.DiscussionMenuItem.Identities.Tooltip", true, identitiesToadlet);
    container.register(settingsToadlet, "WebInterface.DiscussionMenuName", Freetalk.PLUGIN_URI+"/Settings", true, "WebInterface.DiscussionMenuItem.Settings", "WebInterface.DiscussionMenuItem.Settings.Tooltip", true, settingsToadlet);
    container.register(statisticsToadlet, "WebInterface.DiscussionMenuName", Freetalk.PLUGIN_URI+"/Statistics", true, "WebInterface.DiscussionMenuItem.Statistics", "WebInterface.DiscussionMenuItem.Statistics.Tooltip", true, statisticsToadlet);
    container.register(logOutToadlet, "WebInterface.DiscussionMenuName", Freetalk.PLUGIN_URI+"/LogOut", true, "WebInterface.DiscussionMenuItem.LogOut", "WebInterface.DiscussionMenuItem.LogOut.Tooltip", true, logOutToadlet);
   
    // Invisible pages
    createIdentityToadlet = new CreateIdentityWebInterfaceToadlet(null, this, clientCore, "CreateIdentity");
    newThreadToadlet = new NewThreadWebInterfaceToadlet(null, this, clientCore, "NewThread");
    showBoardToadlet = new ShowBoardWebInterfaceToadlet(null, this, clientCore, "showBoard");
View Full Code Here


    changeTrustToadlet = new ChangeTrustWebInterfaceToadlet(null, this, clientCore, "ChangeTrust");
    getPuzzleToadlet = new GetPuzzleWebInterfaceToadlet(null, this, clientCore, "GetPuzzle");
    introduceIdentityToadlet = new IntroduceIdentityWebInterfaceToadlet(null, this, clientCore, "IntroduceIdentity");
    cssToadlet = new CSSWebInterfaceToadlet(null, this, clientCore, "CSS");
   
    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
View Full Code Here

    getPuzzleToadlet = new GetPuzzleWebInterfaceToadlet(null, this, clientCore, "GetPuzzle");
    introduceIdentityToadlet = new IntroduceIdentityWebInterfaceToadlet(null, this, clientCore, "IntroduceIdentity");
    cssToadlet = new CSSWebInterfaceToadlet(null, this, clientCore, "CSS");
   
    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
View Full Code Here

    introduceIdentityToadlet = new IntroduceIdentityWebInterfaceToadlet(null, this, clientCore, "IntroduceIdentity");
    cssToadlet = new CSSWebInterfaceToadlet(null, this, clientCore, "CSS");
   
    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
View Full Code Here

    cssToadlet = new CSSWebInterfaceToadlet(null, this, clientCore, "CSS");
   
    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
View Full Code Here

   
    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
    container.register(changeTrustToadlet, null, Freetalk.PLUGIN_URI + "/ChangeTrust", true, true);
View Full Code Here

    container.register(logInToadlet, null, Freetalk.PLUGIN_URI + "/LogIn", true, true);
    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
    container.register(changeTrustToadlet, null, Freetalk.PLUGIN_URI + "/ChangeTrust", true, true);
    container.register(getPuzzleToadlet, null, Freetalk.PLUGIN_URI + "/GetPuzzle", true, true);
View Full Code Here

    container.register(createIdentityToadlet, null, Freetalk.PLUGIN_URI + "/CreateIdentity", true, true);
    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
    container.register(changeTrustToadlet, null, Freetalk.PLUGIN_URI + "/ChangeTrust", true, true);
    container.register(getPuzzleToadlet, null, Freetalk.PLUGIN_URI + "/GetPuzzle", true, true);
    container.register(introduceIdentityToadlet, null, Freetalk.PLUGIN_URI + "/IntroduceIdentity", true, true);
View Full Code Here

    container.register(newThreadToadlet, null, Freetalk.PLUGIN_URI + "/NewThread", true, true);
    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
    container.register(changeTrustToadlet, null, Freetalk.PLUGIN_URI + "/ChangeTrust", true, true);
    container.register(getPuzzleToadlet, null, Freetalk.PLUGIN_URI + "/GetPuzzle", true, true);
    container.register(introduceIdentityToadlet, null, Freetalk.PLUGIN_URI + "/IntroduceIdentity", true, true);
    container.register(cssToadlet, null, Freetalk.PLUGIN_URI + "/css/", true, true);
View Full Code Here

    container.register(showBoardToadlet, null, Freetalk.PLUGIN_URI + "/showBoard", true, true);
    container.register(showThreadToadlet, null, Freetalk.PLUGIN_URI + "/showThread", true, true);
    container.register(showNotFetchedMessagesToadlet, null, Freetalk.PLUGIN_URI + "/showNotFetchedMessages", true, true);
    container.register(newReplyToadlet, null, Freetalk.PLUGIN_URI + "/NewReply", true, true);
    container.register(newBoardToadlet, null, Freetalk.PLUGIN_URI + "/NewBoard", true, true);
    container.register(deleteEmptyBoardsToadlet, null, Freetalk.PLUGIN_URI + "/DeleteEmptyBoards", true, true);
    container.register(changeTrustToadlet, null, Freetalk.PLUGIN_URI + "/ChangeTrust", true, true);
    container.register(getPuzzleToadlet, null, Freetalk.PLUGIN_URI + "/GetPuzzle", true, true);
    container.register(introduceIdentityToadlet, null, Freetalk.PLUGIN_URI + "/IntroduceIdentity", true, true);
    container.register(cssToadlet, null, Freetalk.PLUGIN_URI + "/css/", true, true);
  }
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.