Package 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 Instance Methods Concrete 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>
-
-