org.apache.commons.jci.examples.serverpages
Class ServerPageServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
ServerPageServlet()
           
 
Method Summary
 void destroy()
           
 void init()
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerPageServlet

public ServerPageServlet()
Method Detail

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.