org.apache.felix.webconsole.internal.obr
Class BundleRepositoryRender

java.lang.Object
  extended by org.apache.felix.webconsole.internal.BaseManagementPlugin
      extended by org.apache.felix.webconsole.internal.obr.AbstractObrPlugin
          extended by org.apache.felix.webconsole.internal.obr.BundleRepositoryRender
All Implemented Interfaces:
Render

public abstract class BundleRepositoryRender
extends AbstractObrPlugin
implements Render


Field Summary
static java.lang.String LABEL
           
static java.lang.String NAME
           
static java.lang.String PARAM_REPO_ID
           
static java.lang.String PARAM_REPO_URL
           
 
Fields inherited from interface org.apache.felix.webconsole.Render
SERVICE
 
Constructor Summary
BundleRepositoryRender()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin
getBundleContext, getLog, getPackageAdmin, getStartLevel, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.felix.webconsole.Render
render
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values

PARAM_REPO_ID

public static final java.lang.String PARAM_REPO_ID
See Also:
Constant Field Values

PARAM_REPO_URL

public static final java.lang.String PARAM_REPO_URL
See Also:
Constant Field Values
Constructor Detail

BundleRepositoryRender

public BundleRepositoryRender()
Method Detail

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Overrides:
setBundleContext in class AbstractObrPlugin

getName

public java.lang.String getName()
Specified by:
getName in interface Render

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface Render