Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.server.webcomponent |
Modifier and Type | Method and Description |
---|---|
<T extends Component> |
WebComponentExporter.WebComponentConfigurationFactory.create(WebComponentExporter<T> exporter)
Creates a
WebComponentConfiguration for the provided
WebComponentExporter instances. |
Modifier and Type | Method and Description |
---|---|
Optional<WebComponentConfiguration<? extends Component>> |
WebComponentConfigurationRegistry.getConfiguration(String tag)
Get a web component configuration for given custom element tag if one is
registered.
|
Set<WebComponentConfiguration<? extends Component>> |
WebComponentConfigurationRegistry.getConfigurations()
Get an unmodifiable set containing all registered web component
configurations.
|
<T extends Component> |
WebComponentConfigurationRegistry.getConfigurationsByComponentType(Class<T> componentClass)
Get an unmodifiable set containing all registered web component
configurations for a specific
Component type. |
Modifier and Type | Method and Description |
---|---|
static String |
WebComponentGenerator.generateModule(WebComponentConfiguration<? extends Component> webComponentConfiguration,
String frontendURI,
boolean compatibilityMode,
String themeName)
Generate web component html/JS for given tag and class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebComponentConfigurationRegistry.setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations)
Registers all available web component configurations to the registry.
|
boolean |
OSGiWebComponentConfigurationRegistry.setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations) |
protected void |
WebComponentConfigurationRegistry.updateRegistry(Set<WebComponentConfiguration<? extends Component>> configurations)
Internal method for updating registry.
|
Copyright © 2025. All rights reserved.