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.
Interface OsgiVaadinContributor
-
All Known Implementing Classes:
public interface OsgiVaadinContributor
Used 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 Modifier and Type Method Description List<OsgiVaadinResource>
getContributions()
-
-
-
Method Detail
-
getContributions
List<OsgiVaadinResource> getContributions()
-
-