Serialized Form


Package org.apache.felix.webconsole

Class org.apache.felix.webconsole.AbstractWebConsolePlugin extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

getResourceMethod

java.lang.reflect.Method getResourceMethod
The reference to the getResource method provided by the AbstractWebConsolePlugin.getResourceProvider(). This is null if there is none or before the first check if there is one.

See Also:
AbstractWebConsolePlugin.getGetResourceMethod()

getResourceMethodChecked

boolean getResourceMethodChecked
flag indicating whether the getResource method has already been looked up or not. This prevens the AbstractWebConsolePlugin.getGetResourceMethod() method from repeatedly looking up the resource method on plugins which do not have one.


bundleContext

org.osgi.framework.BundleContext bundleContext

Class org.apache.felix.webconsole.DefaultVariableResolver extends java.util.HashMap implements Serializable

serialVersionUID: 4148807223433047780L

Class org.apache.felix.webconsole.SimpleWebConsolePlugin extends AbstractWebConsolePlugin implements Serializable

serialVersionUID: 1500463493078823878L

Serialized Fields

label

java.lang.String label

title

java.lang.String title

category

java.lang.String category

css

java.lang.String[] css

labelRes

java.lang.String labelRes

labelResLen

int labelResLen

regLock

java.lang.Object regLock

reg

org.osgi.framework.ServiceRegistration reg

services

java.util.Map<K,V> services



Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.