org.apache.felix.webconsole.internal.misc
Class ShellServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
org.apache.felix.webconsole.internal.misc.ShellServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, OsgiManagerPlugin
public class ShellServlet
- extends AbstractWebConsolePlugin
- implements OsgiManagerPlugin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellServlet
public ShellServlet()
getLabel
public String getLabel()
- Specified by:
getLabel
in class AbstractWebConsolePlugin
getTitle
public String getTitle()
- Specified by:
getTitle
in class AbstractWebConsolePlugin
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
renderContent
protected void renderContent(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Specified by:
renderContent
in class AbstractWebConsolePlugin
- Throws:
ServletException
IOException
getShellService
protected ShellService getShellService()
activate
public void activate(BundleContext bundleContext)
- Specified by:
activate
in interface OsgiManagerPlugin
- Overrides:
activate
in class AbstractWebConsolePlugin
deactivate
public void deactivate()
- Specified by:
deactivate
in interface OsgiManagerPlugin
- Overrides:
deactivate
in class AbstractWebConsolePlugin
escapeHtml
protected String escapeHtml(String text)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.