Class SeoControlServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class SeoControlServlet
    extends ControlServlet
    SeoControlServlet.java - SEO Master servlet for the web application.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
      static java.lang.String REQUEST_IN_ALLOW_LIST  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doGet​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      static java.lang.String getControlServlet()  
      static java.lang.String getDefaultPage()  
      void init​(javax.servlet.ServletConfig config)  
      static void setControlServlet​(java.lang.String controlServlet)  
      static void setDefaultPage​(java.lang.String defaultPage)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
      • Methods inherited from class java.lang.Object

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

      • module

        public static final java.lang.String module
      • REQUEST_IN_ALLOW_LIST

        public static final java.lang.String REQUEST_IN_ALLOW_LIST
        See Also:
        Constant Field Values
    • Constructor Detail

      • SeoControlServlet

        public SeoControlServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
        See Also:
        Servlet.init(javax.servlet.ServletConfig)
      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          java.io.IOException
        Overrides:
        doGet in class ControlServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException
        See Also:
        HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
      • getDefaultPage

        public static java.lang.String getDefaultPage()
      • setDefaultPage

        public static void setDefaultPage​(java.lang.String defaultPage)
      • getControlServlet

        public static java.lang.String getControlServlet()
      • setControlServlet

        public static void setControlServlet​(java.lang.String controlServlet)