Class StandardPropertyProvider
- java.lang.Object
-
- org.apache.sling.discovery.impl.support.StandardPropertyProvider
-
public class StandardPropertyProvider extends Object
This service provides the standard instance properties (if available)
-
-
Constructor Summary
Constructors Constructor Description StandardPropertyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext cc)protected voidbindHttpService(org.osgi.framework.ServiceReference reference)Bind a http serviceprotected voiddeactivate()protected voidmodified(org.osgi.service.component.ComponentContext cc)protected voidunbindHttpService(org.osgi.framework.ServiceReference reference)Unbind a http service
-
-
-
Method Detail
-
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
-
-