Class BodyHttpServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.pentaho.di.www.BaseHttpServlet
org.pentaho.di.www.BodyHttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, CartePluginInterface, CarteServletInterface
Direct Known Subclasses:
BaseJobServlet, GetPropertiesServlet

public abstract class BodyHttpServlet extends BaseHttpServlet implements CartePluginInterface
See Also:
  • Constructor Details

    • BodyHttpServlet

      public BodyHttpServlet()
  • Method Details

    • useXML

      protected boolean useXML(jakarta.servlet.http.HttpServletRequest request)
    • doGet

      public void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Specified by:
      doGet in interface CartePluginInterface
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException
    • beginHtml

      protected void beginHtml(jakarta.servlet.http.HttpServletResponse response, PrintWriter out) throws IOException
      Throws:
      IOException
    • endHtml

      protected void endHtml(PrintWriter out)
    • startXml

      protected void startXml(jakarta.servlet.http.HttpServletResponse response, PrintWriter out) throws IOException
      Throws:
      IOException
    • getService

      public String getService()
      Specified by:
      getService in interface CarteServletInterface