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 OsgiVaadinResource
static OsgiVaadinTheme create(String name)
create
in interface OsgiVaadinResource
Copyright © 2018 Vaadin Ltd. All rights reserved.