org.apache.commons.jci.examples.serverpages
Class ServerPageServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.commons.jci.examples.serverpages.ServerPageServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public final class ServerPageServlet
- extends HttpServlet
A mini JSP servlet that monitors a certain directory and
recompiles and then instantiates the JSP pages as soon as
they have changed.
- Author:
- tcurdt
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerPageServlet
public ServerPageServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
IOException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.