Class | Description |
---|---|
OSGiWebComponentConfigurationRegistry |
Data collector component for collecting web components in an OSGi
environment.
|
PropertyConfigurationImpl<C extends Component,P extends Serializable> |
For internal use only.
|
PropertyData<P extends Serializable> |
Value object containing information of a web component's property field.
|
WebComponentBinding<C extends Component> |
Represents a single instance of a exported web component instance embedded
onto a host page.
|
WebComponentConfigurationRegistry |
Registry for storing available web component configuration implementations.
|
WebComponentExporterTagExtractor |
Retrieves web component tag from a
WebComponentExporterFactory object. |
WebComponentExporterUtils |
Internal utility methods for
WebComponentExporter and
WebComponentExporterFactory classes. |
WebComponentGenerator |
Generates a client-side web component from a Java class.
|
WebComponentModulesWriter |
Writes web components generated from
WebComponentExporter implementation classes
to a target directory. |
WebComponentModulesWriter.DirectoryWriter |
Enables the usage of given
WebComponentModulesWriter class via
reflection. |
Exception | Description |
---|---|
UnsupportedPropertyTypeException |
UnsupportedPropertyTypeException is throw when
WebComponentExporter tries to register a
property encasing an unsupported value type. |
Copyright © 2025. All rights reserved.