Class DefaultServletContextHelperInfo
java.lang.Object
org.apache.felix.http.base.internal.runtime.AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
org.apache.felix.http.base.internal.runtime.DefaultServletContextHelperInfo
- All Implemented Interfaces:
Comparable<AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>>
Info for the default context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.osgi.service.servlet.context.ServletContextHelper
getService
(org.osgi.framework.BundleContext bundleContext) Get a service objectvoid
ungetService
(org.osgi.framework.BundleContext bundleContext, org.osgi.service.servlet.context.ServletContextHelper service) Unget the service objectMethods inherited from class org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
getInitParameters, getName, getPath, getServiceType, getType, isSame, isValid, match
Methods inherited from class org.apache.felix.http.base.internal.runtime.AbstractInfo
compareTo, equals, getBooleanProperty, getInitParams, getRanking, getServiceId, getServiceReference, getStringArrayProperty, getStringProperty, getTarget, hashCode, isEmpty, isEmpty
-
Constructor Details
-
DefaultServletContextHelperInfo
public DefaultServletContextHelperInfo()
-
-
Method Details
-
getService
public org.osgi.service.servlet.context.ServletContextHelper getService(org.osgi.framework.BundleContext bundleContext) Description copied from class:AbstractInfo
Get a service object- Overrides:
getService
in classAbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
- Parameters:
bundleContext
- context- Returns:
- The object or
null
-
ungetService
public void ungetService(org.osgi.framework.BundleContext bundleContext, org.osgi.service.servlet.context.ServletContextHelper service) Description copied from class:AbstractInfo
Unget the service object- Overrides:
ungetService
in classAbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
- Parameters:
bundleContext
- The bundle contextservice
- The service object
-