Class DefaultServletContextHelperInfo

    • Constructor Detail

      • DefaultServletContextHelperInfo

        public DefaultServletContextHelperInfo()
    • Method Detail

      • 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 class AbstractInfo<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 class AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
        Parameters:
        bundleContext - The bundle context
        service - The service object