Class BootstrapContribution

  • All Implemented Interfaces:
    com.vaadin.osgi.resources.OsgiVaadinContributor

    public class BootstrapContribution
    extends java.lang.Object
    implements com.vaadin.osgi.resources.OsgiVaadinContributor
    OSGi service component registering bootstrap JS as published resources in OSGi environments.
    Since:
    8.1
    Author:
    Vaadin Ltd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.vaadin.osgi.resources.OsgiVaadinResource> getContributions()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BootstrapContribution

        public BootstrapContribution()
    • Method Detail

      • getContributions

        public java.util.List<com.vaadin.osgi.resources.OsgiVaadinResource> getContributions()
        Specified by:
        getContributions in interface com.vaadin.osgi.resources.OsgiVaadinContributor