public interface OsgiVaadinTheme extends OsgiVaadinResource
getName().
To publish a theme, an implementation of this interface needs to be
registered as an OSGi service, which makes
VaadinResourceTrackerComponent automatically publish the theme
with the given name.
| Modifier and Type | Method and Description |
|---|---|
static OsgiVaadinTheme |
create(String name) |
String |
getName()
Return the theme name to publish for OSGi.
|
String getName()
getName in interface OsgiVaadinResourcestatic OsgiVaadinTheme create(String name)
create in interface OsgiVaadinResourceCopyright © 2021 Vaadin Ltd. All rights reserved.