Subversion Repositories SmartDukaan

Rev

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{

        @Override
        protected void configureServlets() {
                // TODO Auto-generated method stub
                super.configureServlets();
                serve("/hotspotdashboard/dispatch").with(DispatchServiceServlet.class);
        }       
}