Class HttpContextProcessing
- java.lang.Object
-
- org.ops4j.pax.web.service.internal.HttpContextProcessing
-
- All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
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.
-
-
Constructor Summary
Constructors Constructor Description HttpContextProcessing(org.osgi.framework.BundleContext serviceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleted(String pid)voiddestroy()StringgetName()voidupdated(String pid, Dictionary<String,?> properties)
-
-
-
Field Detail
-
LOG
public static final org.slf4j.Logger LOG
-
PID
public static final String PID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory
-
updated
public void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException
-
deleted
public void deleted(String pid)
- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory
-
destroy
public void destroy()
-
-