| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet winstone.invoker.InvokerServlet
InvokerServlet | public class InvokerServlet extends HttpServlet (Code) | | If a URI matches a servlet class name, mount an instance of that servlet, and
try to process the request using that servlet.
author: Rick Knowles version: $Id: InvokerServlet.java,v 1.6 2006/03/24 17:24:24 rickknowles Exp $ |
destroy | public void destroy()(Code) | | Destroy any mounted instances we might be holding, then destroy myself
|
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) public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc)
|
|
|