Class OsgiInstallerWebConsolePlugin
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.installer.core.impl.console.OsgiInstallerWebConsolePlugin
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class OsgiInstallerWebConsolePlugin extends javax.servlet.GenericServlet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OsgiInstallerWebConsolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
escapeXml(String input)
Copied from org.apache.sling.api.request.ResponseUtil Escape XML textvoid
printConfiguration(PrintWriter pw, String mode)
Method for the configuration printer.void
service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
-
-
-
Field Detail
-
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
-
RES_LOC
protected static final String RES_LOC
- See Also:
- Constant Field Values
-
-
Method Detail
-
service
public void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws IOException
- Specified by:
service
in interfacejavax.servlet.Servlet
- Specified by:
service
in classjavax.servlet.GenericServlet
- Throws:
IOException
-
printConfiguration
public void printConfiguration(PrintWriter pw, String mode)
Method for the configuration printer.
-
-