Package com.jdkcn.myblog.guice

Examples of com.jdkcn.myblog.guice.MyblogSitebricksModule


            protected void configureServlets() {
                filter("/*").through(PersistFilter.class);
                filter("/adm/*","/adm").through(UserLoginFilter.class);
//                serve("/test.jspx").with(TestServlet.class);
            }
        }, new MyblogGuiceModule(), new MyblogSitebricksModule());
    }
View Full Code Here

TOP

Related Classes of com.jdkcn.myblog.guice.MyblogSitebricksModule

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.