Class ConfigurationWebConsolePlugin
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.felix.webconsole.AbstractWebConsolePlugin
-
- org.apache.sling.caconfig.management.impl.console.ConfigurationWebConsolePlugin
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ConfigurationWebConsolePlugin extends org.apache.felix.webconsole.AbstractWebConsolePluginWeb console plugin to test configuration resolution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationWebConsolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetTitle()protected voidrenderContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
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
-
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabelin classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
getTitle
public String getTitle()
- Specified by:
getTitlein classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
renderContent
protected void renderContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Specified by:
renderContentin classorg.apache.felix.webconsole.AbstractWebConsolePlugin- Throws:
javax.servlet.ServletExceptionIOException
-
-