blob: b26206db21b9b848e413c00dfa01cd5c9a8192df [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 01 12:08:47 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Apache Felix Web Management Console 2.0.2 API)</title>
<meta name="date" content="2013-07-01">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Felix Web Management Console 2.0.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./org/apache/felix/webconsole/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="./org/apache/felix/webconsole/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole"><span class="strong">AbstractWebConsolePlugin</span></a> - Class in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#AbstractWebConsolePlugin()">AbstractWebConsolePlugin()</a></span> - Constructor for class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole"><span class="strong">Action</span></a> - Interface in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>This interface will be removed when <a
href="https://issues.apache.org/jira/browse/FELIX-574">FELIX-574</a>
will be implemented.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#activate(org.osgi.framework.BundleContext)">activate(BundleContext)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#ATTR_APP_ROOT">ATTR_APP_ROOT</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The name of the request attribute providing the absolute path of the
Web Console root (value is "felix.webconsole.appRoot").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#ATTR_FILEUPLOAD">ATTR_FILEUPLOAD</a></span> - Static variable in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">The name of the request attribute containig the map of FileItems from the POST request</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#ATTR_LABEL_MAP">ATTR_LABEL_MAP</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The name of the request attribute providing a mapping of labels to page
titles of registered console plugins (value is "felix.webconsole.labelMap").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#ATTR_PLUGIN_ROOT">ATTR_PLUGIN_ROOT</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The name of the request attribute providing the absolute path of the
current plugin (value is "felix.webconsole.pluginRoot").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/Action.html#ATTR_REDIRECT_PARAMETERS">ATTR_REDIRECT_PARAMETERS</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole">Action</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">The name of a request attribute, which may be set by performAction if
redirecting.</div>
</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole"><span class="strong">BrandingPlugin</span></a> - Interface in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>
<div class="block">The <code>BrandingPlugin</code> is the service interface for the most
elaborate way of branding the web console.</div>
</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="./org/apache/felix/webconsole/ConfigurationPrinter.html" title="interface in org.apache.felix.webconsole"><span class="strong">ConfigurationPrinter</span></a> - Interface in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>
<div class="block">The <code>ConfigurationPrinter</code> is a service interface to be used by
providers which want to hook into the display of the current configuration
of the OSGi framework.</div>
</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#deactivate()">deactivate()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole"><span class="strong">DefaultBrandingPlugin</span></a> - Class in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>
<div class="block">The <code>DefaultBrandingPlugin</code> class is the default implementation
of the <a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole"><code>BrandingPlugin</code></a> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Renders the web console page for the request.</div>
</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#endResponse(java.io.PrintWriter)">endResponse(PrintWriter)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#GET_RESOURCE_METHOD_NAME">GET_RESOURCE_METHOD_NAME</a></span> - Static variable in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getBrandingPlugin()">getBrandingPlugin()</a></span> - Static method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getBrandName()">getBrandName()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns an indicative name of the branding plugin</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getBrandName()">getBrandName()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getBundleContext()">getBundleContext()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getCssReferences()">getCssReferences()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Returns a list of CSS reference paths or <code>null</code> if no
additional CSS files are provided by the plugin.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getFavIcon()">getFavIcon()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns the absolute path to an icon to be used as the web console
"favicon".</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getFavIcon()">getFavIcon()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getLabel()">getLabel()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/Action.html#getLabel()">getLabel()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole">Action</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getMainStyleSheet()">getMainStyleSheet()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns the absolute path to a CSS file to be used as the main CSS for
the basic admin site.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getMainStyleSheet()">getMainStyleSheet()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/Action.html#getName()">getName()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole">Action</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getParameter(javax.servlet.http.HttpServletRequest, java.lang.String)">getParameter(HttpServletRequest, String)</a></span> - Static method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getProductImage()">getProductImage()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns an absolute path to an image to be rendered as the logo of the
branding product.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getProductImage()">getProductImage()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getProductName()">getProductName()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns the name of the product in which the web console is contained
and to which the web console is branded.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getProductName()">getProductName()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getProductURL()">getProductURL()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns an (absolute) URL to a web site representing the product to
which the web console is branded.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getProductURL()">getProductURL()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getResourceProvider()">getResourceProvider()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Returns the object which might provide resources.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getServletName()">getServletName()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Returns the title for this plugin as returned by <a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getTitle()"><code>getTitle()</code></a></div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#getTitle()">getTitle()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/ConfigurationPrinter.html#getTitle()">getTitle()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/ConfigurationPrinter.html" title="interface in org.apache.felix.webconsole">ConfigurationPrinter</a></dt>
<dd>
<div class="block">Returns a human readable title string to be place in front of the configuration
report generated by the <a href="./org/apache/felix/webconsole/ConfigurationPrinter.html#printConfiguration(java.io.PrintWriter)"><code>ConfigurationPrinter.printConfiguration(PrintWriter)</code></a> method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getVendorImage()">getVendorImage()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns an absolute path to an image to be rendered as the logo of the
branding product vendor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getVendorImage()">getVendorImage()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getVendorName()">getVendorName()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns the name of the branding product vendor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getVendorName()">getVendorName()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/BrandingPlugin.html#getVendorURL()">getVendorURL()</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/BrandingPlugin.html" title="interface in org.apache.felix.webconsole">BrandingPlugin</a></dt>
<dd>
<div class="block">Returns an (absolute) URL to the web site of the branding product
vendor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html#getVendorURL()">getVendorURL()</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/DefaultBrandingPlugin.html" title="class in org.apache.felix.webconsole">DefaultBrandingPlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#isHtmlRequest(javax.servlet.http.HttpServletRequest)">isHtmlRequest(HttpServletRequest)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Detects whether this request is intended to have the headers and
footers of this plugin be rendered or not.</div>
</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a> - package org.apache.felix.webconsole</dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/Action.html#performAction(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">performAction(HttpServletRequest, HttpServletResponse)</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole">Action</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Performs the action the request data optionally sending a response to
the HTTP Servlet Response.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#PLUGIN_CSS_REFERENCES">PLUGIN_CSS_REFERENCES</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#PLUGIN_LABEL">PLUGIN_LABEL</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The URI address label under which the OSGi Manager plugin is called by
the OSGi Manager (value is "felix.webconsole.label").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#PLUGIN_TITLE">PLUGIN_TITLE</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The title under which the OSGi Manager plugin is called by
the OSGi Manager (value is "felix.webconsole.label").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/ConfigurationPrinter.html#printConfiguration(java.io.PrintWriter)">printConfiguration(PrintWriter)</a></span> - Method in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/ConfigurationPrinter.html" title="interface in org.apache.felix.webconsole">ConfigurationPrinter</a></dt>
<dd>
<div class="block">Prints the configuration report to the given <code>printWriter</code>.</div>
</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#renderContent(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">renderContent(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#renderTopNavigation(javax.servlet.http.HttpServletRequest, java.io.PrintWriter)">renderTopNavigation(HttpServletRequest, PrintWriter)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#sendRedirect(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)">sendRedirect(HttpServletRequest, HttpServletResponse, String)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>
<div class="block">Utility method to handle relative redirects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/Action.html#SERVICE">SERVICE</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/Action.html" title="interface in org.apache.felix.webconsole">Action</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/ConfigurationPrinter.html#SERVICE">SERVICE</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/ConfigurationPrinter.html" title="interface in org.apache.felix.webconsole">ConfigurationPrinter</a></dt>
<dd>
<div class="block">The service name under which services of this class must be registered
to be picked for inclusion in the configuration report.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/WebConsoleConstants.html#SERVICE_NAME">SERVICE_NAME</a></span> - Static variable in interface org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole">WebConsoleConstants</a></dt>
<dd>
<div class="block">The name of the service to register as to be used as a "plugin" for
the OSGi Manager (value is "javax.servlet.Servlet").</div>
</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#setBrandingPlugin(org.apache.felix.webconsole.BrandingPlugin)">setBrandingPlugin(BrandingPlugin)</a></span> - Static method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html#startResponse(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">startResponse(HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.felix.webconsole.<a href="./org/apache/felix/webconsole/AbstractWebConsolePlugin.html" title="class in org.apache.felix.webconsole">AbstractWebConsolePlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><a href="./org/apache/felix/webconsole/WebConsoleConstants.html" title="interface in org.apache.felix.webconsole"><span class="strong">WebConsoleConstants</span></a> - Interface in <a href="./org/apache/felix/webconsole/package-summary.html">org.apache.felix.webconsole</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./org/apache/felix/webconsole/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="./org/apache/felix/webconsole/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>