org.apache.felix.webconsole.internal.servlet
Class RenderBridge

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.servlet.RenderBridge
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RenderBridge
extends AbstractWebConsolePlugin

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD
 
Method Summary
 String getLabel()
           
 Render getRender()
           
 String getTitle()
           
protected  void renderContent(HttpServletRequest request, HttpServletResponse response)
           
 
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
 

Method Detail

getRender

public Render getRender()

getTitle

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

getLabel

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

renderContent

protected void renderContent(HttpServletRequest request,
                             HttpServletResponse response)
                      throws ServletException,
                             IOException
Specified by:
renderContent in class AbstractWebConsolePlugin
Throws:
ServletException
IOException


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