Package net.caprazzi.minima.servlet

Examples of net.caprazzi.minima.servlet.IndexServlet


    keez.setAutoPurge(true);
   
    BuildDescriptor descriptor = BuildDescriptor.fromFile("build.js");   
    BuildServices appService = new BuildServices(descriptor);
   
    IndexServlet indexServlet = new IndexServlet(websocketLocation, appService);
    indexServlet.setTitle(boardTitle);
   
    WebsocketServlet websocketServlet = new WebsocketServlet();
    CometServlet cometServlet = new CometServlet();   
    PushService pushService = new PushService(websocketServlet, cometServlet);   
    PrivacyFilter privacyFilter = new PrivacyFilter(requireSessionToView, requireSessionToEdit);
View Full Code Here

TOP

Related Classes of net.caprazzi.minima.servlet.IndexServlet

Copyright © 2018 www.massapicom. 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.