Class VaadinServletContextFactory

  • All Implemented Interfaces:
    org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>

    public class VaadinServletContextFactory
    extends Object
    implements org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>
    • Constructor Detail

      • VaadinServletContextFactory

        public VaadinServletContextFactory()
    • Method Detail

      • getService

        public org.osgi.service.http.context.ServletContextHelper getService​(org.osgi.framework.Bundle bundle,
                                                                             org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper> registration)
        Specified by:
        getService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>
      • ungetService

        public void ungetService​(org.osgi.framework.Bundle bundle,
                                 org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper> registration,
                                 org.osgi.service.http.context.ServletContextHelper service)
        Specified by:
        ungetService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>