Class FrontendWebComponentGenerator

java.lang.Object
com.vaadin.flow.server.frontend.FrontendWebComponentGenerator
All Implemented Interfaces:
Serializable

public class FrontendWebComponentGenerator extends Object implements Serializable
Generates embeddable web component files in npm mode, hiding the complexity caused by using a different class loader. Uses WebComponentModulesWriter to generate web component modules files from WebComponentExporter or WebComponentExporterFactory implementations found by ClassFinder.

For internal use only. May be renamed or removed in a future release.

Since:
2.0
Author:
Vaadin Ltd.
See Also: