Package com.vaadin.server.osgi
Class BootstrapContribution
- java.lang.Object
-
- com.vaadin.server.osgi.BootstrapContribution
-
- All Implemented Interfaces:
OsgiVaadinContributor
public class BootstrapContribution extends Object implements OsgiVaadinContributor
OSGi service component registering bootstrap JS as published resources in OSGi environments.- Since:
- 8.1
- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description BootstrapContribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OsgiVaadinResource>
getContributions()
-
-
-
Method Detail
-
getContributions
public List<OsgiVaadinResource> getContributions()
- Specified by:
getContributions
in interfaceOsgiVaadinContributor
-
-