A B C D E G I O P R S W 

A

AbstractWebConsolePlugin - Class in org.apache.felix.webconsole
 
AbstractWebConsolePlugin() - Constructor for class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
Action - Interface in org.apache.felix.webconsole
Deprecated.
This interface will be removed when FELIX-574 will be implemented.
activate(BundleContext) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
ATTR_APP_ROOT - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The name of the request attribute providing the absolute path of the Web Console root (value is "felix.webconsole.appRoot").
ATTR_FILEUPLOAD - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
The name of the request attribute containig the map of FileItems from the POST request
ATTR_LABEL_MAP - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The name of the request attribute providing a mapping of labels to page titles of registered console plugins (value is "felix.webconsole.labelMap").
ATTR_PLUGIN_ROOT - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The name of the request attribute providing the absolute path of the current plugin (value is "felix.webconsole.pluginRoot").
ATTR_REDIRECT_PARAMETERS - Static variable in interface org.apache.felix.webconsole.Action
Deprecated.
The name of a request attribute, which may be set by performAction if redirecting.

B

BrandingPlugin - Interface in org.apache.felix.webconsole
The BrandingPlugin is the service interface for the most elaborate way of branding the web console.

C

ConfigurationPrinter - Interface in org.apache.felix.webconsole
The 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.

D

deactivate() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
DefaultBrandingPlugin - Class in org.apache.felix.webconsole
The DefaultBrandingPlugin class is the default implementation of the BrandingPlugin interface.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Renders the web console page for the request.

E

endResponse(PrintWriter) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 

G

GET_RESOURCE_METHOD_NAME - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
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
 
getBundleContext() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
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.
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
 
getLabel() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
getLabel() - Method in interface org.apache.felix.webconsole.Action
Deprecated.
 
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
 
getName() - Method in interface org.apache.felix.webconsole.Action
Deprecated.
 
getParameter(HttpServletRequest, String) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
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
 
getResourceProvider() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Returns the object which might provide resources.
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
 
getTitle() - Method in interface org.apache.felix.webconsole.ConfigurationPrinter
Returns a human readable title string to be place in front of the configuration report generated by the ConfigurationPrinter.printConfiguration(PrintWriter) method.
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
 

I

isHtmlRequest(HttpServletRequest) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Detects whether this request is intended to have the headers and footers of this plugin be rendered or not.

O

org.apache.felix.webconsole - package org.apache.felix.webconsole
 

P

performAction(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.Action
Deprecated.
Performs the action the request data optionally sending a response to the HTTP Servlet Response.
PLUGIN_CSS_REFERENCES - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The name of the service registration properties providing references to addition CSS files that should be loaded when rendering the header for a registered plugin.
PLUGIN_LABEL - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The URI address label under which the OSGi Manager plugin is called by the OSGi Manager (value is "felix.webconsole.label").
PLUGIN_TITLE - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The title under which the OSGi Manager plugin is called by the OSGi Manager (value is "felix.webconsole.label").
printConfiguration(PrintWriter) - Method in interface org.apache.felix.webconsole.ConfigurationPrinter
Prints the configuration report to the given printWriter.

R

renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
renderTopNavigation(HttpServletRequest, PrintWriter) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 

S

sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Utility method to handle relative redirects.
SERVICE - Static variable in interface org.apache.felix.webconsole.Action
Deprecated.
 
SERVICE - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
The service name under which services of this class must be registered to be picked for inclusion in the configuration report.
SERVICE_NAME - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
The name of the service to register as to be used as a "plugin" for the OSGi Manager (value is "javax.servlet.Servlet").
setBrandingPlugin(BrandingPlugin) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 
startResponse(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
 

W

WebConsoleConstants - Interface in org.apache.felix.webconsole
 
A B C D E G I O P R S W 

Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.