Class CCServletBaseWithContextMgmt

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.eclnt.jsfserver.util.CCServletBase
org.eclnt.jsfserver.util.CCServletBaseWithContextMgmt
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ICCServerConstants
Direct Known Subclasses:
AutoCompleteServlet, BufferedContentServlet, ImageSizeServlet, TempFileAccessServlet, UploadContentServlet

public abstract class CCServletBaseWithContextMgmt extends CCServletBase implements ICCServerConstants
See Also:
  • Constructor Details

    • CCServletBaseWithContextMgmt

      public CCServletBaseWithContextMgmt()
  • Method Details

    • init

      public final void init() throws jakarta.servlet.ServletException
      Overrides:
      init in class CCServletBase
      Throws:
      jakarta.servlet.ServletException
    • doGet

      protected final void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
    • doPost

      protected final void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Overrides:
      doPost in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
    • processRequest

      protected abstract void processRequest(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException
    • checkIfToAbortOnMissingHttpSession

      protected abstract boolean checkIfToAbortOnMissingHttpSession(jakarta.servlet.http.HttpServletRequest req)