Blame | Last modification | View Log | RSS feed
package in.shop2020.hotspot.dashbaord.server.guice;import net.customware.gwt.dispatch.server.service.DispatchServiceServlet;import com.google.inject.servlet.ServletModule;public class DispatchServletModule extends ServletModule{@Overrideprotected void configureServlets() {// TODO Auto-generated method stubsuper.configureServlets();serve("/hotspotdashboard/dispatch").with(DispatchServiceServlet.class);}}