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

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.misc.LicenseServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, OsgiManagerPlugin

public class LicenseServlet
extends AbstractWebConsolePlugin
implements OsgiManagerPlugin

The LicenseServlet TODO

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD
 
Constructor Summary
LicenseServlet()
           
 
Method Summary
protected  void activate(ComponentContext context)
           
protected  void deactivate(ComponentContext context)
           
 String getLabel()
           
 String getTitle()
           
protected  void renderContent(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
activate, deactivate, doGet, endResponse, getBundleContext, getParameter, getServletName, renderTopNavigation, sendRedirect, startResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, 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
 
Methods inherited from interface org.apache.felix.webconsole.internal.OsgiManagerPlugin
activate, deactivate
 

Constructor Detail

LicenseServlet

public LicenseServlet()
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in class AbstractWebConsolePlugin

getTitle

public String getTitle()
Specified by:
getTitle in class AbstractWebConsolePlugin

renderContent

protected void renderContent(HttpServletRequest req,
                             HttpServletResponse res)
                      throws IOException
Specified by:
renderContent in class AbstractWebConsolePlugin
Throws:
IOException

activate

protected void activate(ComponentContext context)

deactivate

protected void deactivate(ComponentContext context)


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