We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.osgi.resources.impl.
Class VaadinServletContextFactory
- java.lang.Object
-
- com.vaadin.osgi.resources.impl.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 Summary
Constructors Constructor Description VaadinServletContextFactory()
-
Method Summary
All Methods Modifier and Type Method Description org.osgi.service.http.context.ServletContextHelper
getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper> registration)
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)
-
-
-
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 interfaceorg.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 interfaceorg.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>
-
-