org.apache.felix.webconsole.internal.misc
Class AssemblyListRender

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.felix.webconsole.AbstractWebConsolePlugin
              extended by org.apache.felix.webconsole.internal.BaseWebConsolePlugin
                  extended by org.apache.felix.webconsole.internal.core.BundlesServlet
                      extended by org.apache.felix.webconsole.internal.misc.AssemblyListRender
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, OsgiManagerPlugin

public class AssemblyListRender
extends BundlesServlet

See Also:
Serialized Form

Field Summary
static String LABEL
           
static String NAME
           
 
Fields inherited from class org.apache.felix.webconsole.internal.core.BundlesServlet
BUNDLE_ID
 
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD
 
Constructor Summary
AssemblyListRender()
           
 
Method Summary
protected  Bundle[] getBundles()
           
 String getLabel()
           
 String getName()
           
 
Methods inherited from class org.apache.felix.webconsole.internal.core.BundlesServlet
activate, doGet, doPost, getRequestInfo, getTitle, renderContent
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseWebConsolePlugin
deactivate, getLog, getPackageAdmin, getService, getStartLevel
 
Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
endResponse, getBundleContext, getParameter, getServletName, renderTopNavigation, sendRedirect, startResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log
 
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
Constructor Detail

AssemblyListRender

public AssemblyListRender()
Method Detail

getName

public String getName()

getLabel

public String getLabel()
Overrides:
getLabel in class BundlesServlet

getBundles

protected Bundle[] getBundles()
Overrides:
getBundles in class BundlesServlet


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