Package com.vaadin.osgi.resources
Interface OsgiVaadinContributor
-
- All Known Implementing Classes:
BootstrapContribution
public interface OsgiVaadinContributorUsed to declare multiple OsgiVaadinResources with a single OSGi component. Each vaadin resource will be checked for the type (theme, widgetset, resource) and registered to the OSGi context with the appropriate type.- Since:
- 8.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<OsgiVaadinResource>getContributions()
-
-
-
Method Detail
-
getContributions
List<OsgiVaadinResource> getContributions()
-
-