Class InsightsWebConsole
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.felix.webconsole.AbstractWebConsolePlugin
-
- org.apache.sling.cms.core.insights.impl.InsightsWebConsole
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class InsightsWebConsole extends org.apache.felix.webconsole.AbstractWebConsolePluginSimple web console plugin for listing out the available insight provider- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSOLE_LABELstatic StringCONSOLE_TITLE
-
Constructor Summary
Constructors Constructor Description InsightsWebConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetTitle()protected voidrenderContent(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)-
Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
activate, deactivate, doGet, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCategory, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderMenu, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponse
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
CONSOLE_LABEL
public static final String CONSOLE_LABEL
- See Also:
- Constant Field Values
-
CONSOLE_TITLE
public static final String CONSOLE_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitlein classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
getLabel
public String getLabel()
- Specified by:
getLabelin classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
renderContent
protected void renderContent(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException- Specified by:
renderContentin classorg.apache.felix.webconsole.AbstractWebConsolePlugin- Throws:
IOException
-
-