- AbstractWebConsolePlugin - Class in org.apache.felix.webconsole
-
The Web Console can be extended by registering an OSGi service for the interface
Servlet
with the service property
felix.webconsole.label
set to the label (last segment in the URL)
of the page.
- AbstractWebConsolePlugin() - Constructor for class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
- activate(BundleContext) - Method in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
This method is called from the Felix Web Console to ensure the
AbstractWebConsolePlugin is correctly setup.
- AttachmentProvider - Interface in org.apache.felix.webconsole
-
Deprecated.
This has been deprecated. Use the org.apache.felix.status
API instead.
- 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_CONSOLE_VARIABLE_RESOLVER - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
-
The name of the request attribute holding the
VariableResolver
for the request (value is "felix.webconsole.variable.resolver").
- ATTR_FILEUPLOAD - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
The name of the request attribute containing the map of FileItems from the POST request
- ATTR_FILEUPLOAD_REPO - Static variable in class org.apache.felix.webconsole.AbstractWebConsolePlugin
-
The name of the request attribute containing a File
- upload repository path used by
DiskFileItemFactory
.
- 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_LANG_MAP - Static variable in interface org.apache.felix.webconsole.WebConsoleConstants
-
The name of the request attribute holding the language Map
for the request (value is "felix.webconsole.langMap").
- 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").
- authenticate(String, String) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider
-
Authenticates the user with the given user name and password.
- authenticate(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider2
-
Authenticates the given request or asks the client for credentials.
- authorize(Object, String) - Method in interface org.apache.felix.webconsole.WebConsoleSecurityProvider
-
Checks whether bthe authenticated user has the given role permission.
- 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
-
Deprecated.
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.
- 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
-
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
-
- 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
-
- getDescription() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
-
Gets user-friendly description of the key pair.
- 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
-
- getName() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
-
Gets the name of the information entry.
- getName(Locale) - Method in interface org.apache.felix.webconsole.bundleinfo.BundleInfoProvider
-
Gets the name of the bundle info provider as localized string.
- getName() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfoType
-
Returns the name of the type.
- 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
-
- 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
-
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
-
- 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
-
Deprecated.
- getTitle() - Method in class org.apache.felix.webconsole.SimpleWebConsolePlugin
-
- getType() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
-
Gets the type of the information value.
- getValue() - Method in class org.apache.felix.webconsole.bundleinfo.BundleInfo
-
Gets the information value.
- 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
-