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>>
public class DefaultServletContextHelperInfo extends ServletContextHelperInfo
Info for the default context
-
-
Constructor Summary
Constructors Constructor Description DefaultServletContextHelperInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.service.servlet.context.ServletContextHelpergetService(org.osgi.framework.BundleContext bundleContext)Get a service objectvoidungetService(org.osgi.framework.BundleContext bundleContext, org.osgi.service.servlet.context.ServletContextHelper service)Unget the service object-
Methods inherited from class org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
getInitParameters, getName, getPath, getServiceType, getType, 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
-
-
-
-
Method Detail
-
getService
public org.osgi.service.servlet.context.ServletContextHelper getService(org.osgi.framework.BundleContext bundleContext)
Description copied from class:AbstractInfoGet a service object- Overrides:
getServicein 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:AbstractInfoUnget the service object- Overrides:
ungetServicein classAbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>- Parameters:
bundleContext- The bundle contextservice- The service object
-
-