- GET_RESOURCE_METHOD_NAME - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Web Console Plugin typically consists of servlet and resources such as images,
scripts or style sheets.
- getAttachments(String) - Method in interface org.apache.felix.webconsole.AttachmentProvider
-
Return an array of attachments for the given render mode.
- getBrandingPlugin() - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
- getBrandName() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns an indicative name of the branding plugin.
- getBrandName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getBundle() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Returns the
Bundle
pertaining to the
bundle context
with which this plugin has
been activated.
- getBundleContext() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Returns the BundleContext
with which this plugin has been
activated.
- getCssReferences() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Returns a list of CSS reference paths or null
if no
additional CSS files are provided by the plugin.
- getCssReferences() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
- getFavIcon() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns the absolute path to an icon to be used as the web console
"favicon".
- getFavIcon() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getInstance() - Static method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
Retrieves the shared instance
- getLabel() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Retrieves the label.
- getLabel() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
- getMainStyleSheet() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns the absolute path to a CSS file to be used as the main CSS for
the basic admin site.
- getMainStyleSheet() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getParameter(HttpServletRequest, String) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
- getParameter(HttpServletRequest, String) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
-
An utility method, that is used to filter out simple parameter from file
parameter when multipart transfer encoding is used.
- getParameterInt(HttpServletRequest, String, int) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
-
Retrieves a request parameter and converts it to int.
- getProductImage() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns an absolute path to an image to be rendered as the logo of the
branding product.
- getProductImage() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getProductName() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns the name of the product in which the web console is contained
and to which the web console is branded.
- getProductName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getProductURL() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns an (absolute) URL to a web site representing the product to
which the web console is branded.
- getProductURL() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getResource(String) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
- getResourceProvider() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Returns the object which might provide resources.
- getService(String) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
Gets the service with the specified class name.
- getServletName() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Returns the title for this plugin as returned by
getTitle()
- getTitle() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
Retrieves the title of the plug-in.
- getTitle() - Method in interface org.apache.felix.webconsole.ConfigurationPrinter
-
- getTitle() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
- getVariableResolver(ServletRequest) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
-
- getVendorImage() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns an absolute path to an image to be rendered as the logo of the
branding product vendor.
- getVendorImage() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getVendorName() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns the name of the branding product vendor.
- getVendorName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-
- getVendorURL() - Method in interface org.apache.felix.webconsole.BrandingPlugin
-
Returns an (absolute) URL to the web site of the branding product
vendor.
- getVendorURL() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
-