Class AbsServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
lucee.loader.servlet.AbsServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, EngineChangeListener
Direct Known Subclasses:
AMFServlet, CFMLServlet, FileServlet, LuceeServlet, RestServlet

public abstract class AbsServlet extends javax.servlet.http.HttpServlet implements EngineChangeListener
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected CFMLEngine
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    will be called when there is a change on the engine

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AbsServlet

      public AbsServlet()
  • Method Details