public class ExportServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
protected ServletConfig |
m_servletConfig |
Constructor and Description |
---|
ExportServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(ServletConfig servletConfig) |
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
protected ServletConfig m_servletConfig
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public void init(ServletConfig servletConfig) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
protected void service(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
service
in class HttpServlet
IOException
ServletException