@Singleton
public class JspDispatchServlet
extends javax.servlet.http.HttpServlet
serveRegex("/.\*\.jsp").with(JspDispatchServlet.class);
bind(JspDispatchServlet.class).asEagerSingleton();
| Constructor and Description |
|---|
JspDispatchServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOException