org.apache.karaf.webconsole.features
Class FeaturesPlugin
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
org.apache.karaf.webconsole.features.FeaturesPlugin
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class FeaturesPlugin
- extends org.apache.felix.webconsole.AbstractWebConsolePlugin
The FeaturesPlugin
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
LABEL
|
static java.lang.String |
NAME
|
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin |
ATTR_FILEUPLOAD, GET_RESOURCE_METHOD_NAME |
Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin |
activate, deactivate, doGet, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponse |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, 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 |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
LABEL
public static final java.lang.String LABEL
- See Also:
- Constant Field Values
FeaturesPlugin
public FeaturesPlugin()
start
public void start()
stop
public void stop()
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doPost
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
renderContent
protected void renderContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Specified by:
renderContent
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
- Throws:
java.io.IOException
getResource
protected java.net.URL getResource(java.lang.String path)
setFeaturesService
public void setFeaturesService(FeaturesService featuresService)
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.