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:
OsgiManagerPlugin, Render

public class BundleRepositoryRender
extends AbstractObrPlugin
implements Render


Field Summary
static String LABEL
           
static String NAME
           
static String PARAM_REPO_ID
           
static String PARAM_REPO_URL
           
 
Fields inherited from interface org.apache.felix.webconsole.Render
SERVICE
 
Constructor Summary
BundleRepositoryRender()
           
 
Method Summary
 void activate(BundleContext bundleContext)
           
 String getLabel()
           
 String getName()
           
 void render(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.felix.webconsole.internal.obr.AbstractObrPlugin
getRepositoryAdmin
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin
deactivate, getBundleContext, getLog, getPackageAdmin, getStartLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values

PARAM_REPO_ID

public static final String PARAM_REPO_ID
See Also:
Constant Field Values

PARAM_REPO_URL

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

BundleRepositoryRender

public BundleRepositoryRender()
Method Detail

activate

public void activate(BundleContext bundleContext)
Specified by:
activate in interface OsgiManagerPlugin
Overrides:
activate in class BaseManagementPlugin

getName

public String getName()
Specified by:
getName in interface Render

getLabel

public String getLabel()
Specified by:
getLabel in interface Render

render

public void render(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException
Specified by:
render in interface Render
Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.