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