Class StandardPropertyProvider
java.lang.Object
org.apache.sling.discovery.impl.support.StandardPropertyProvider
This service provides the standard instance properties (if available)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
activate
(org.osgi.service.component.ComponentContext cc) protected void
bindHttpService
(org.osgi.framework.ServiceReference reference) Bind a http serviceprotected void
protected void
modified
(org.osgi.service.component.ComponentContext cc) protected void
unbindHttpService
(org.osgi.framework.ServiceReference reference) Unbind a http service
-
Constructor Details
-
StandardPropertyProvider
public StandardPropertyProvider()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext cc) -
modified
protected void modified(org.osgi.service.component.ComponentContext cc) -
deactivate
protected void deactivate() -
bindHttpService
protected void bindHttpService(org.osgi.framework.ServiceReference reference) Bind a http service -
unbindHttpService
protected void unbindHttpService(org.osgi.framework.ServiceReference reference) Unbind a http service
-