A B C D E F G I K L M N O P R S T U V W 
All Classes All Packages

A

AbstractServlet - Class in org.apache.felix.webconsole.servlet
This class can be used as a base class for a web console plugin.
AbstractServlet() - Constructor for class org.apache.felix.webconsole.servlet.AbstractServlet
 
AbstractWebConsolePlugin - Class in org.apache.felix.webconsole
Deprecated.
Either register a servlet using Servlet API 5 or use AbstractServlet
AbstractWebConsolePlugin() - Constructor for class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
 
activate(BundleContext) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is called from the Felix Web Console to ensure the AbstractWebConsolePlugin is correctly setup.
activate(BundleContext) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
 
AttachmentProvider - Interface in org.apache.felix.webconsole
Deprecated.
This has been deprecated. Use the org.apache.felix.inventory API instead.
ATTR_APP_ROOT - Static variable in class org.apache.felix.webconsole.servlet.ServletConstants
The name of the request attribute providing the absolute path of the Web Console root (value is "felix.webconsole.appRoot").
ATTR_APP_ROOT - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
The name of the request attribute providing the absolute path of the Web Console root (value is "felix.webconsole.appRoot").
ATTR_CONFIGURATION - Static variable in class org.apache.felix.webconsole.servlet.ServletConstants
The name of the request attribute holding the configuration params Map for the request (value is "felix.webconsole.configuration").
ATTR_CONFIGURATION - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
The name of the request attribute holding the configuration params Map for the request (value is "felix.webconsole.configuration").
ATTR_CONSOLE_VARIABLE_RESOLVER - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
ATTR_FILEUPLOAD - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Use the Servlet API for uploads
ATTR_FILEUPLOAD_REPO - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Use the Servlet API for uploads
ATTR_LABEL_MAP - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
Plugins should never create a navigation themselves
ATTR_LANG_MAP - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
Plugins should never create a navigation themselves
ATTR_PLUGIN_ROOT - Static variable in class org.apache.felix.webconsole.servlet.ServletConstants
The name of the request attribute providing the absolute path of the current plugin (value is "felix.webconsole.pluginRoot").
ATTR_PLUGIN_ROOT - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
The name of the request attribute providing the absolute path of the current plugin (value is "felix.webconsole.pluginRoot").
authenticate(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.spi.SecurityProvider
Authenticates the given request or asks the client for credentials.
authenticate(String, String) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider
Deprecated.
Authenticates the user with the given user name and password.
authenticate(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider2
Deprecated.
Authenticates the given request or asks the client for credentials.
authorize(Object, String) - Method in interface org.apache.felix.webconsole.spi.SecurityProvider
Checks whether the authenticated user has the given role permission.
authorize(Object, String) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider
Deprecated.
Checks whether the authenticated user has the given role permission.
authorize(String) - Method in interface org.apache.felix.webconsole.servlet.User
Checks whether the user has the given role permission.

B

BrandingPlugin - Interface in org.apache.felix.webconsole
Deprecated.
Use BrandingPlugin instead.
BrandingPlugin - Interface in org.apache.felix.webconsole.spi
The BrandingPlugin is the service interface for the most elaborate way of branding the web console.
BundleInfo - Class in org.apache.felix.webconsole.bundleinfo
This entity defines additional bundle information entry, that is provided by the BundleInfoProvider.
BundleInfo(String, Object, BundleInfoType, String) - Constructor for class org.apache.felix.webconsole.bundleinfo.BundleInfo
Creates a new bundle information entry.
BundleInfoProvider - Interface in org.apache.felix.webconsole.bundleinfo
The bundle info provider allows the user to supply additional information that will be used by the Web Console bundle plugin.
BundleInfoType - Class in org.apache.felix.webconsole.bundleinfo
This pre-java 5 enum defines all valid bundle information value types.

C

CONFIG_PRINTER_MODES - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
Use the Apache Felix Inventory API
CONFIG_PRINTER_WEB_UNESCAPED - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
Use the Apache Felix Inventory API
ConfigurationHandler - Interface in org.apache.felix.webconsole.spi
A configuration handler allows to hook into the processing of configurations for the webconsole plugin.
ConfigurationPrinter - Interface in org.apache.felix.webconsole
Deprecated.
This has been deprecated. Use the org.apache.felix.inventory API instead.
createConfiguration(String) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
A new configuration with that pid should be created
createFactoryConfiguration(String, String) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
A new factory configuration with that pid should be created

D

deactivate() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is called, by the Web Console to de-activate the plugin and release all used resources.
deactivate() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
This method will close all service trackers, created by SimpleWebConsolePlugin.getService(String) method.
DefaultBrandingPlugin - Class in org.apache.felix.webconsole
Deprecated.
Plugins should never use the branding plugin directly
DefaultVariableResolver - Class in org.apache.felix.webconsole
Deprecated.
DefaultVariableResolver() - Constructor for class org.apache.felix.webconsole.DefaultVariableResolver
Deprecated.
Creates a new variable resolver with default capacity.
DefaultVariableResolver(int) - Constructor for class org.apache.felix.webconsole.DefaultVariableResolver
Deprecated.
Creates a new variable resolver with specified initial capacity
DefaultVariableResolver(int, float) - Constructor for class org.apache.felix.webconsole.DefaultVariableResolver
Deprecated.
Creates a new variable resolver and initializes both - capacity & load factor
DefaultVariableResolver(Map) - Constructor for class org.apache.felix.webconsole.DefaultVariableResolver
Deprecated.
Creates a new variable resolver copying the variables from the given map.
deleteConfiguration(String, String) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
A configuration should be deleted
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
Handle get requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Renders the web console page for the request.

E

endResponse(PrintWriter) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is responsible for generating the footer of the page.
escapeHtml(String) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
It is better to use specialized encoders instead

F

filterProperties(String, String, Collection<String>) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
Filter the properties do be displayed.

G

GET_RESOURCE_METHOD_NAME - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
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
Deprecated.
Return an array of attachments for the given render mode.
getBrandingPlugin() - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated. 
getBrandName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getBrandName() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns an indicative name of the branding plugin.
getBundle() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Returns the Bundle pertaining to the bundle context with which this plugin has been activated.
getBundleContext() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Returns the BundleContext with which this plugin has been activated.
getBundleInfo(Bundle, String, Locale) - Method in interface org.apache.felix.webconsole.bundleinfo.BundleInfoProvider
Gets the associated bundle information with the specified bundle (by it's ID) The Service may also be called outside through the new Inventory bundle due to mapping the BundlesServlet to an InventoryPrinter and for example calling it from a Gogo Shell.
getCategory() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method should return category string which will be used to render the plugin in the navigation menu.
getCategory() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
 
getCssReferences() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
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
Deprecated.
 
getDescription() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
Gets user-friendly description of the key pair.
getFavIcon() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getFavIcon() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns the absolute path to an icon to be used as the web console "favicon".
getInstance() - Static method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
Retrieves the shared instance
getLabel() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Retrieves the label.
getLabel() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
 
getMainStyleSheet() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getMainStyleSheet() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns the absolute path to a CSS file to be used as the main CSS for the basic admin site.
getName() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
Gets the name of the information entry.
getName() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
Returns the name of the type.
getName(Locale) - Method in interface org.apache.felix.webconsole.bundleinfo.BundleInfoProvider
Gets the name of the bundle info provider as localized string.
getParameter(HttpServletRequest, String) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Use the Servlet API for uploads
getParameter(HttpServletRequest, String) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Use the Servlet API for uploads
getParameterInt(HttpServletRequest, String, int) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Retrieves a request parameter and converts it to int.
getProductImage() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getProductImage() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns an absolute path to an image to be rendered as the logo of the branding product.
getProductName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getProductName() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns the name of the product in which the web console is contained and to which the web console is branded.
getProductURL() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getProductURL() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns an (absolute) URL to a web site representing the product to which the web console is branded.
getResource(String) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
Called to identify resources.
getResource(String) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
Called internally by AbstractWebConsolePlugin to load resources.
getResourceBundle(Locale) - Method in class org.apache.felix.webconsole.i18n.LocalizationHelper
Used to retrieve the resource bundle for the specified locale.
getResourceProvider() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Returns the object which might provide resources.
getService(String) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
Gets the service with the specified class name.
getServletName() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Returns the title for this plugin as returned by AbstractWebConsolePlugin.getTitle()
getServletName() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
 
getTitle() - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Retrieves the title of the plug-in.
getTitle() - Method in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
Returns a human readable title string to be placed in front of the configuration report generated by the ConfigurationPrinter.printConfiguration(PrintWriter) method.
getTitle() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
 
getType() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
Gets the type of the information value.
getUserObject() - Method in interface org.apache.felix.webconsole.servlet.User
Return the user object.
getValue() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
Gets the information value.
getVariableResolver(HttpServletRequest) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
 
getVariableResolver(ServletRequest) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Returns the RequestVariableResolver for the given request.
getVariableResolver(ServletRequest) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Use the RequestVariableResolver instead.
getVendorImage() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getVendorImage() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns an absolute path to an image to be rendered as the logo of the branding product vendor.
getVendorName() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getVendorName() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns the name of the branding product vendor.
getVendorURL() - Method in class org.apache.felix.webconsole.DefaultBrandingPlugin
Deprecated.
 
getVendorURL() - Method in interface org.apache.felix.webconsole.spi.BrandingPlugin
Returns an (absolute) URL to the web site of the branding product vendor.

I

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

K

KEY_APP_ROOT - Static variable in class org.apache.felix.webconsole.servlet.RequestVariableResolver
The name of the key providing the absolute path of the Web Console root.
KEY_PLUGIN_ROOT - Static variable in class org.apache.felix.webconsole.servlet.RequestVariableResolver
The name of the key providing the absolute path of the current plugin.

L

LINK - Static variable in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
Specifies that the value is String and is either a link to a local Servlet, or link to external HTTP server.
listConfiguration(String, String) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
A configuration should be listed
LocalizationHelper - Class in org.apache.felix.webconsole.i18n
The localization helper is supposed to be used from the bundle info providers.
LocalizationHelper(Bundle) - Constructor for class org.apache.felix.webconsole.i18n.LocalizationHelper
Creates a new helper instance.
log(int, String) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Calls the ServletContext.log(String) method if the configured log level is less than or equal to the given level.
log(int, String, Throwable) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Calls the ServletContext.log(String, Throwable) method if the configured log level is less than or equal to the given level.
logout(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.spi.SecurityProvider
This method will be called by the web console when the user clicks the logout button.
logout(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider3
Deprecated.
This method will be called by the web console when the user clicks the logout button.

M

MODE_ALWAYS - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
The default mode - this printer is used in the web console and the zip.
MODE_TXT - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
The txt mode - this printer is used in the txt.
MODE_WEB - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
The web mode - this printer is used in the web console.
MODE_ZIP - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
The zip mode - this printer is used in the zip.
ModeAwareConfigurationPrinter - Interface in org.apache.felix.webconsole
Deprecated.
This has been deprecated. Use the org.apache.felix.status API instead.

N

NO_INFO - Static variable in interface org.apache.felix.webconsole.bundleinfo.BundleInfoProvider
This is just an utility - empty array, that could be returned when there is no additional information for a specific bundle.

O

org.apache.felix.webconsole - package org.apache.felix.webconsole
 
org.apache.felix.webconsole.bundleinfo - package org.apache.felix.webconsole.bundleinfo
 
org.apache.felix.webconsole.i18n - package org.apache.felix.webconsole.i18n
 
org.apache.felix.webconsole.servlet - package org.apache.felix.webconsole.servlet
 
org.apache.felix.webconsole.spi - package org.apache.felix.webconsole.spi
 

P

PLUGIN_CATEGORY - Static variable in class org.apache.felix.webconsole.servlet.ServletConstants
The category under which the servlet is listed in the top navigation by the web console (value is "felix.webconsole.category").
PLUGIN_CATEGORY - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
The category under which the OSGi Manager plugin is listed in the top navigation by the OSGi Manager (value is "felix.webconsole.category").
PLUGIN_CSS_REFERENCES - Static variable in class org.apache.felix.webconsole.servlet.ServletConstants
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_CSS_REFERENCES - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
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 class org.apache.felix.webconsole.servlet.ServletConstants
The URI address label under which the servlet is called by the web console (value is "felix.webconsole.label").
PLUGIN_LABEL - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
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 class org.apache.felix.webconsole.servlet.ServletConstants
The title under which the servlet is called by the web console (value is "felix.webconsole.title").
PLUGIN_TITLE - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
Deprecated.
The title under which the OSGi Manager plugin is called by the OSGi Manager (value is "felix.webconsole.title").
printConfiguration(PrintWriter) - Method in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
Prints the configuration report to the given printWriter.
printConfiguration(PrintWriter, String) - Method in interface org.apache.felix.webconsole.ModeAwareConfigurationPrinter
Deprecated.
Prints the configuration report to the given printWriter.
PROPERTY_ID - Static variable in interface org.apache.felix.webconsole.spi.SecurityProvider
Security providers can be registered with an optional id which can be used in the configuration of the webconsole to require this provider to be available.
PROPERTY_MODES - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter

R

readTemplateFile(String) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Reads the templateFile as a resource through the class loader of this class converting the binary data into a string using UTF-8 encoding.
readTemplateFile(String) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
Reads the templateFile as a resource through the class loader of this class converting the binary data into a string using UTF-8 encoding.
register(BundleContext) - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
This is an utility method.
renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
This method is used to render the main contents of the plugin
renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is used to render the content of the plug-in.
renderMenu(Map, String, PrintWriter) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
 
renderTopNavigation(HttpServletRequest, PrintWriter) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is called to generate the top level links with the available plug-ins.
REQUEST_ATTRIBUTE - Static variable in class org.apache.felix.webconsole.servlet.RequestVariableResolver
The name of the request attribute holding the RequestVariableResolver for the request (value is "felix.webconsole.variable.resolver").
RequestVariableResolver - Class in org.apache.felix.webconsole.servlet
The RequestVariableResolver is a HashMap that is used by the webconsole to process variables in the template.
RequestVariableResolver() - Constructor for class org.apache.felix.webconsole.servlet.RequestVariableResolver
Creates a new variable resolver with default capacity.
resolve(String) - Method in class org.apache.felix.webconsole.servlet.RequestVariableResolver
Returns the string representation of the value stored under the variable name in this map.
resolve(String) - Method in interface org.apache.felix.webconsole.VariableResolver
Deprecated.
Returns a replacement value for the named variable or null if no replacement is available.
RESOURCE - Static variable in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
This information type, specifies that the value of the information is URL object, that points to a resource.

S

SecurityProvider - Interface in org.apache.felix.webconsole.spi
The SecurityProvider is a service interface allowing to use an external system to authenticate users before granting access to the Web Console.
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Utility method to handle relative redirects.
SERVICE - Static variable in interface org.apache.felix.webconsole.ConfigurationPrinter
Deprecated.
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
Deprecated.
The name of the service to register as to be used as a "plugin" for the OSGi Manager (value is "javax.servlet.Servlet").
ServletConstants - Class in org.apache.felix.webconsole.servlet
Constants for servlets registered with the web console.
ServletConstants() - Constructor for class org.apache.felix.webconsole.servlet.ServletConstants
 
setBrandingPlugin(BrandingPlugin) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated. 
setLogLevel(int) - Static method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
Sets the log level to be applied for calls to the AbstractWebConsolePlugin.log(int, String) and AbstractWebConsolePlugin.log(int, String, Throwable) methods.
setNoCache(HttpServletResponse) - Static method in class org.apache.felix.webconsole.servlet.AbstractServlet
Sets response headers to force the client to not cache the response sent back.
setNoCache(HttpServletResponse) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Sets response headers to force the client to not cache the response sent back.
setVariableResolver(ServletRequest, VariableResolver) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Use the RequestVariableResolver instead.
SimpleWebConsolePlugin - Class in org.apache.felix.webconsole
Deprecated.
Either register a servlet using Servlet API 5 or use AbstractServlet
SimpleWebConsolePlugin(String, String, String[]) - Constructor for class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
Creates new Simple Web Console Plugin with the default category (null)
SimpleWebConsolePlugin(String, String, String, String[]) - Constructor for class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
Creates new Simple Web Console Plugin with the given category.
spoolResource(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.servlet.AbstractServlet
If the request addresses a resource , this method serves it and returns true.
startResponse(HttpServletRequest, HttpServletResponse) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Deprecated.
This method is responsible for generating the top heading of the page.

T

toString(Object) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
This method will stringify a Java object.

U

unregister() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
Deprecated.
An utility method that removes the service, registered by the SimpleWebConsolePlugin.register(BundleContext) method.
updateConfiguration(String, String, Dictionary<String, Object>) - Method in interface org.apache.felix.webconsole.spi.ConfigurationHandler
A configuration should be updated
urlDecode(String) - Static method in class org.apache.felix.webconsole.WebConsoleUtil
Deprecated.
Decode the given value expected to be URL encoded.
User - Interface in org.apache.felix.webconsole.servlet
Representation of a user.
User - Interface in org.apache.felix.webconsole
Deprecated.
Use User instead
USER_ATTRIBUTE - Static variable in interface org.apache.felix.webconsole.servlet.User
The name of the request attribute providing an object of this class
USER_ATTRIBUTE - Static variable in interface org.apache.felix.webconsole.User
Deprecated.
The name of the request attribute providing an object of this class
USER_ATTRIBUTE - Static variable in interface org.apache.felix.webconsole.WebConsoleSecurityProvider2
Deprecated.
The name of the request attribute providing the object representing the authenticated user.

V

validate(Object) - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
That method is used to validate if the object is correct for the specified type.
ValidationException - Exception in org.apache.felix.webconsole.spi
A ConfigurationHandler should throws a validation exception if an operation is not allowed or not valid.
ValidationException(String) - Constructor for exception org.apache.felix.webconsole.spi.ValidationException
Create validation exception
VALUE - Static variable in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
That information type is for normal information keys, that provide a normal (not link) value as information.
VariableResolver - Interface in org.apache.felix.webconsole
Deprecated.

W

WebConsoleConstants - Interface in org.apache.felix.webconsole
Deprecated.
Either register a servlet using Servlet API 5 or use AbstractServlet
WebConsoleSecurityProvider - Interface in org.apache.felix.webconsole
Deprecated.
Use the SecurityProvider instead.
WebConsoleSecurityProvider2 - Interface in org.apache.felix.webconsole
Deprecated.
Use the SecurityProvider instead.
WebConsoleSecurityProvider3 - Interface in org.apache.felix.webconsole
Deprecated.
Use the SecurityProvider instead.
WebConsoleUtil - Class in org.apache.felix.webconsole
Deprecated.
Some of the methods can be replaced with direct Servlet API calls.
A B C D E F G I K L M N O P R S T U V W 
All Classes All Packages