Class CCServletBaseWithContextMgmt

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclnt.jsfserver.util.CCServletBase
org.eclnt.jsfserver.util.CCServletBaseWithContextMgmt
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, 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 javax.servlet.ServletException
      Overrides:
      init in class CCServletBase
      Throws:
      javax.servlet.ServletException
    • doGet

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

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

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

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