public class AdminPlugin
extends org.apache.felix.webconsole.AbstractWebConsolePlugin
AdminService| Constructor and Description |
|---|
AdminPlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getLabel() |
protected URL |
getResource(String path) |
String |
getTitle() |
protected void |
renderContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
setAdminService(org.apache.karaf.admin.AdminService adminService) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
start()
Blueprint lifecycle callback methods
|
void |
stop() |
activate, deactivate, doGet, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponsedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String NAME
public static final String LABEL
public void start()
public void stop()
public String getTitle()
getTitle in class org.apache.felix.webconsole.AbstractWebConsolePluginpublic String getLabel()
getLabel in class org.apache.felix.webconsole.AbstractWebConsolePluginprotected void renderContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
renderContent in class org.apache.felix.webconsole.AbstractWebConsolePluginjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void setAdminService(org.apache.karaf.admin.AdminService adminService)
adminService - the adminService to setpublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
bundleContext - the bundleContext to setCopyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.