| javax.servlet.http.HttpServlet org.apache.geronimo.console.servlet.GenericForwardServlet
GenericForwardServlet | public class GenericForwardServlet extends HttpServlet (Code) | | Servlet that forwards GET and POST requests to a servlet in an alternate
context. The servlet path and alternate context are defined in GBeans of
type ContextForward, and this one servlet handles the forwarding for all
those different paths.
NOTE: This does not work for DWR, because it changes the request path info
while forwarding, and DWR requires the exact initial request info in order
to construct URLs in the data that it returns. It should work to forward
to most typical servlets, JSPs, and static content.
|
destroy | public void destroy()(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|