org.apache.felix.webconsole.internal.servlet
Class RenderBridge
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
org.apache.felix.webconsole.internal.servlet.RenderBridge
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RenderBridge
- extends AbstractWebConsolePlugin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.