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.AbstractWebConsolePlugin
Web console plugin to test configuration resolution.
- See Also:
-
Field Summary
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD, ATTR_FILEUPLOAD_REPO, GET_RESOURCE_METHOD_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getTitle()
protected void
renderContent
(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
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log
-
Field Details
-
LABEL
- See Also:
-
TITLE
- See Also:
-
-
Constructor Details
-
ConfigurationWebConsolePlugin
public ConfigurationWebConsolePlugin()
-
-
Method Details
-
getLabel
- Specified by:
getLabel
in classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
getTitle
- Specified by:
getTitle
in 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:
renderContent
in classorg.apache.felix.webconsole.AbstractWebConsolePlugin
- Throws:
javax.servlet.ServletException
IOException
-