Interface | Description |
---|---|
OsgiVaadinContributor |
Used to declare multiple OsgiVaadinResources with a single OSGi component.
|
OsgiVaadinResource |
Used to declare a Vaadin Resource for use in OSGi.
|
OsgiVaadinTheme |
Used to declare a Vaadin Theme for use in OSGi.
|
OsgiVaadinWidgetset |
Used to declare a Vaadin Widgetset for use in OSGi.
|
VaadinResourceService |
Service used to publish themes, widgetsets and static resources at the root
of a versioned namespaced /VAADIN/ folder.
|
Class | Description |
---|---|
OsgiVaadinResources |
BundleActivator used to provide access to the
VaadinResourceService singleton for publishing themes, widgetsets and
other necessary resources. |
Exception | Description |
---|---|
OsgiVaadinResources.ResourceBundleInactiveException |
Thrown if a method is called when the Resource bundle is not active.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.