public class HttpContextProcessing extends Object implements org.osgi.service.cm.ManagedServiceFactory
Tracks CM factory configurations which, in declarative way, are used to provide additional configuration
for given bundle's instance of HttpService/WebContainer.
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static String |
PID |
| Constructor and Description |
|---|
HttpContextProcessing(org.osgi.framework.BundleContext serviceContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted(String pid) |
void |
destroy() |
String |
getName() |
void |
updated(String pid,
Dictionary<String,?> properties) |
public static final org.slf4j.Logger LOG
public static final String PID
public HttpContextProcessing(org.osgi.framework.BundleContext serviceContext)
public String getName()
getName in interface org.osgi.service.cm.ManagedServiceFactorypublic void updated(String pid, Dictionary<String,?> properties)
updated in interface org.osgi.service.cm.ManagedServiceFactorypublic void deleted(String pid)
deleted in interface org.osgi.service.cm.ManagedServiceFactorypublic void destroy()
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.