Class UIServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.pentaho.platform.api.engine.ILogger

    @Deprecated
    public class UIServlet
    extends ServletBase
    Deprecated.
    Due to the PPP-3963
    See Also:
    Serialized Form
    • Constructor Detail

      • UIServlet

        public UIServlet()
        Deprecated.
    • Method Detail

      • getLogger

        public org.apache.commons.logging.Log getLogger()
        Deprecated.
        Specified by:
        getLogger in class ServletBase
      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             IOException
        Deprecated.
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws javax.servlet.ServletException,
                              IOException
        Deprecated.
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException