public class VaadinServletContextFactory extends Object implements org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>
| Constructor and Description |
|---|
VaadinServletContextFactory() |
| Modifier and Type | Method and 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) |
public org.osgi.service.http.context.ServletContextHelper getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper> registration)
getService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>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)
ungetService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.context.ServletContextHelper>Copyright © 2021 Vaadin Ltd. All rights reserved.