Package com.vaadin.flow.server.webcomponent
-
Class Summary Class Description 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 aWebComponentExporterFactoryobject.WebComponentExporterUtils Internal utility methods forWebComponentExporterandWebComponentExporterFactoryclasses.WebComponentGenerator Generates a client-side web component from a Java class.WebComponentModulesWriter Writes web components generated fromWebComponentExporterimplementation classes to a target directory.WebComponentModulesWriter.DirectoryWriter Enables the usage of givenWebComponentModulesWriterclass via reflection. -
Exception Summary Exception Description UnsupportedPropertyTypeException UnsupportedPropertyTypeExceptionis throw whenWebComponentExportertries to register a property encasing an unsupported value type.