| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.component.webcomponent |
| Modifier and Type | Method and Description |
|---|---|
WebComponentExporter<C> |
WebComponentExporterFactory.create()
Creates a new
WebComponentExporter instance and configures the
tag name of the web component created based on this exporter. |
WebComponentExporter<C> |
WebComponentExporterFactory.DefaultWebComponentExporterFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Component> |
WebComponentExporter.WebComponentConfigurationFactory.create(WebComponentExporter<T> exporter)
Creates a
WebComponentConfiguration for the provided
WebComponentExporter instances. |
| Constructor and Description |
|---|
DefaultWebComponentExporterFactory(Class<? extends WebComponentExporter<C>> exporterClass)
Creates a
WebComponentConfiguration from the provided
WebComponentExporter class. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends WebComponentExporter<C>> |
WebComponentConfiguration.getExporterClass()
Retrieves the type of the
WebComponentExporter from which this
configuration has been generated. |
Copyright © 2025. All rights reserved.