org.apache.felix.webconsole.internal.deppack
Class DepPackServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
org.apache.felix.webconsole.internal.BaseWebConsolePlugin
org.apache.felix.webconsole.internal.deppack.DepPackServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, OsgiManagerPlugin
public class DepPackServlet
- extends BaseWebConsolePlugin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
DepPackServlet
public DepPackServlet()
getLabel
public String getLabel()
- Specified by:
getLabel
in class AbstractWebConsolePlugin
getTitle
public String getTitle()
- Specified by:
getTitle
in class AbstractWebConsolePlugin
activate
protected void activate(ComponentContext context)
deactivate
protected void deactivate(ComponentContext context)
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
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
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.