winstone.invoker
public class InvokerServlet extends HttpServlet
Constructor and Description |
---|
InvokerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy any mounted instances we might be holding, then destroy myself
|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse rsp) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse rsp) |
protected ServletConfiguration |
getInvokableInstance(java.lang.String servletName)
Get an instance of the servlet configuration object
|
void |
init(ServletConfig config)
Set up a blank map of servlet configuration instances
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
protected ServletConfiguration getInvokableInstance(java.lang.String servletName)
protected void doGet(HttpServletRequest req, HttpServletResponse rsp) throws ServletException, java.io.IOException
doGet
in class HttpServlet
ServletException
java.io.IOException
protected void doPost(HttpServletRequest req, HttpServletResponse rsp) throws ServletException, java.io.IOException
doPost
in class HttpServlet
ServletException
java.io.IOException
Copyright © 2014. All Rights Reserved.