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 boolean |
DEFAULT_ENABLE_SECRET_HEURISTIC
Default value for secret heuristics
|
static int |
DEFAULT_LOG_LEVEL |
static boolean |
ENABLE_SECRET_HEURISTICS
Flag to control whether secret heuristics is enabled
|
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 static final boolean DEFAULT_ENABLE_SECRET_HEURISTIC
public static volatile boolean ENABLE_SECRET_HEURISTICS
public void dispose()
public void init()
init in class javax.servlet.GenericServletGenericServlet.init()public void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
service in interface javax.servlet.Servletservice in class javax.servlet.GenericServletjavax.servlet.ServletExceptionIOExceptionGenericServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletGenericServlet.destroy()protected void bindHttpService(org.osgi.service.http.HttpService httpService)
protected void unbindHttpService(org.osgi.service.http.HttpService httpService)
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.