Package com.arcbees.gwtpwebsite.server.velocity

Examples of com.arcbees.gwtpwebsite.server.velocity.VelocityModule


public class ServerModule extends AbstractModule {
    @Override
    protected void configure() {
        install(new RestModule());
        install(new EmailModule());
        install(new VelocityModule());
        install(new CrawlFilterModule());
        install(new UtilModule());
        install(new OrderModule());
        install(new DispatchServletModule());
        install(new ExceptionModule());
View Full Code Here

TOP

Related Classes of com.arcbees.gwtpwebsite.server.velocity.VelocityModule

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.