public static final class WebComponentExporter.WebComponentConfigurationFactory extends Object implements Serializable
WebComponentConfiguration
instances from either
WebComponentExporter
classes or instances.Constructor and Description |
---|
WebComponentConfigurationFactory() |
Modifier and Type | Method and Description |
---|---|
<T extends Component> |
create(WebComponentExporter<T> exporter)
Creates a
WebComponentConfiguration for the provided
WebComponentExporter instances. |
public <T extends Component> WebComponentConfiguration<T> create(WebComponentExporter<T> exporter)
WebComponentConfiguration
for the provided
WebComponentExporter
instances.T
- type of the component to exportexporter
- exporter instance, not null
exporter
NullPointerException
- when exporter
is null
Copyright © 2025. All rights reserved.