@Service
public class SelftestConsolePlugin
extends org.apache.felix.webconsole.AbstractWebConsolePlugin
self tests
in the felix console and provides means to execute tests and obtain test results.| Constructor and Description |
|---|
SelftestConsolePlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getCategory() |
String |
getLabel() |
URL |
getResource(String path) |
String |
getTitle() |
protected void |
renderContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setSelftestRegistrar(SelftestRegistrar registrar) |
activate, deactivate, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponsedoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String LABEL
public String getCategory()
public String getLabel()
getLabel in class org.apache.felix.webconsole.AbstractWebConsolePluginpublic String getTitle()
getTitle in class org.apache.felix.webconsole.AbstractWebConsolePluginprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class org.apache.felix.webconsole.AbstractWebConsolePluginjavax.servlet.ServletExceptionIOExceptionprotected void renderContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
renderContent in class org.apache.felix.webconsole.AbstractWebConsolePluginjavax.servlet.ServletExceptionIOExceptionpublic void setSelftestRegistrar(SelftestRegistrar registrar)
Copyright © 2014–2015. All rights reserved.