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, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletprotected ServletConfiguration getInvokableInstance(java.lang.String servletName)
protected void doGet(HttpServletRequest req, HttpServletResponse rsp) throws ServletException, java.io.IOException
doGet in class HttpServletServletExceptionjava.io.IOExceptionprotected void doPost(HttpServletRequest req, HttpServletResponse rsp) throws ServletException, java.io.IOException
doPost in class HttpServletServletExceptionjava.io.IOExceptionCopyright © 2013. All Rights Reserved.