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