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
FieldsFields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD, ATTR_FILEUPLOAD_REPO, GET_RESOURCE_METHOD_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getTitle()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, getVariableResolver, isHtmlRequest, log, log, readTemplateFile, renderMenu, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponseMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods 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:
getLabelin classorg.apache.felix.webconsole.AbstractWebConsolePlugin
-
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
-