We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.component.WebComponentExporterFactory
Packages that use WebComponentExporterFactory
-
Uses of WebComponentExporterFactory in com.vaadin.flow.component
Classes in com.vaadin.flow.component that implement WebComponentExporterFactoryModifier and TypeClassDescriptionstatic class
Default factory implementation which uses an exporter class to instantiate it using its default constructor.
-
Uses of WebComponentExporterFactory in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return types with arguments of type WebComponentExporterFactoryModifier and TypeMethodDescriptionstatic Set<WebComponentExporterFactory>
WebComponentExporterUtils.getFactories
(Set<Class<?>> classes) Returns exported web component factories based on exporters and factories types.
Methods in com.vaadin.flow.server.webcomponent with parameters of type WebComponentExporterFactoryModifier and TypeMethodDescriptionWebComponentExporterTagExtractor.apply
(WebComponentExporterFactory<? extends Component> factory) static String
WebComponentGenerator.generateModule
(WebComponentExporterFactory<? extends Component> factory, String frontendURI, String themeName) Generate web component html/JS for given exporter factory.