Class OsgiInstallerWebConsolePlugin

java.lang.Object
jakarta.servlet.GenericServlet
org.apache.sling.installer.core.impl.console.OsgiInstallerWebConsolePlugin
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class OsgiInstallerWebConsolePlugin extends jakarta.servlet.GenericServlet
See Also:
  • Field Details

  • Constructor Details

    • OsgiInstallerWebConsolePlugin

      public OsgiInstallerWebConsolePlugin()
  • Method Details

    • service

      public void service(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) throws IOException
      Specified by:
      service in interface jakarta.servlet.Servlet
      Specified by:
      service in class jakarta.servlet.GenericServlet
      Throws:
      IOException
    • printConfiguration

      public void printConfiguration(PrintWriter pw, String mode)
      Method for the configuration printer.
    • escapeXml

      protected String escapeXml(String input)
      Copied from org.apache.sling.api.request.ResponseUtil Escape XML text
      Parameters:
      input - The input text
      Returns:
      The escaped text