public class OsgiManager
extends javax.servlet.GenericServlet
OSGi Manager
is the actual Web Console Servlet which
is registered with the OSGi Http Service and which maintains registered
console plugins.Modifier and Type | Field and Description |
---|---|
static String |
ATTR_LABEL_MAP_CATEGORIZED
The name of the (internal) request attribute providing the categorized
label map structure.
|
static int |
DEFAULT_LOG_LEVEL |
static String |
PARAM_NO_REDIRECT_AFTER_ACTION
The name and value of a parameter which will prevent redirection to a
render after the action has been executed (value is "_noredir_").
|
Constructor and Description |
---|
OsgiManager(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
bindHttpService(org.osgi.service.http.HttpService httpService) |
void |
destroy() |
void |
dispose() |
void |
init() |
void |
service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
protected void |
unbindHttpService(org.osgi.service.http.HttpService httpService) |
public static final String ATTR_LABEL_MAP_CATEGORIZED
public static final String PARAM_NO_REDIRECT_AFTER_ACTION
public static final int DEFAULT_LOG_LEVEL
public void dispose()
public void init()
init
in class javax.servlet.GenericServlet
GenericServlet.init()
public void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws javax.servlet.ServletException, IOException
service
in interface javax.servlet.Servlet
service
in class javax.servlet.GenericServlet
javax.servlet.ServletException
IOException
GenericServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
GenericServlet.destroy()
protected void bindHttpService(org.osgi.service.http.HttpService httpService)
protected void unbindHttpService(org.osgi.service.http.HttpService httpService)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.