Servlet with the service property
felix.webconsole.label set to the label (last segment in the URL)
of the page.ConfigurationPrinter.VariableResolver
for the request (value is "felix.webconsole.variable.resolver").Map
for the request (value is "felix.webconsole.langMap").BrandingPlugin is the service interface for the most
elaborate way of branding the web console.ConfigurationPrinter service will provide HTML output when used
in web mode.ConfigurationPrinter is a service interface to be used by
providers which want to hook into the display of the current configuration
of the OSGi framework.SimpleWebConsolePlugin.getService(String) method.DefaultBrandingPlugin class is the default implementation
of the BrandingPlugin interface.DefaultVariableResolver is a HashMap based
default implementation of the VariableResolver interface.BrandingPlugin currently used for web console
branding.Bundle pertaining to the
bundle context with which this plugin has
been activated.BundleContext with which this plugin has been
activated.null if no
additional CSS files are provided by the plugin.AbstractWebConsolePlugin to load resources.getTitle()ConfigurationPrinter.printConfiguration(PrintWriter) method.VariableResolver for the given request.GenericServlet.log(String) method if the
configured log level is less than or equal to the given level.GenericServlet.log(String, Throwable) method if
the configured log level is less than or equal to the given
level.ConfigurationPrinter.printWriter.printWriter.templateFile as a resource through the class
loader of this class converting the binary data into a string using
UTF-8 encoding.null
if no replacement is available.BrandingPlugin to use globally by all extensions of
this class for branding.log(int, String)
and log(int, String, Throwable) methods.VariableResolver as the
WebConsoleConstants.ATTR_CONSOLE_VARIABLE_RESOLVER
attribute in the given request.AbstractWebConsolePlugin and supports the
following features:
Methods for (un)registering the web console plugin service
Default implementation for resource loading
SimpleWebConsolePlugin.register(BundleContext) method.VariableResolver interface defines the API for an object
which may be provided by plugins to provide replacement values for
variables in the generated content.WebConsoleSecurityProvider is a service interface allowing
to use an external system to authenticate users before granting access to the
Web Console.WebConsoleSecurityProvider2 extends the
WebConsoleSecurityProvider interface allowing for full control of
the authentication process to access the Web Console.WebConsoleUtil provides various utility methods for use
by Web Console plugins.Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.