Serialized Form
Package org.apache.felix.webconsole |
serialVersionUID: 1L
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
serialVersionUID: 4148807223433047780L
serialVersionUID: 1500463493078823878L
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.