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.
com.vaadin.flow.component.littemplate.
Class LitTemplateInitializer
java.lang.Object
com.vaadin.flow.component.littemplate.LitTemplateInitializer
Template initialization related logic.
For internal use only. May be renamed or removed in a future release.
Since:
Author:
Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionLitTemplateInitializer
(LitTemplate template, VaadinService service) Creates a new initializer instance.
-
Method Summary
-
Constructor Details
-
LitTemplateInitializer
Creates a new initializer instance.
The call is delegated to the
LitTemplateInitializer(LitTemplate, LitTemplateParser, VaadinService)
with parser created viaLitTemplateParser.LitTemplateParserFactory
retrieved fromInstantiator
.Parameters:
template
- a template to initializeservice
- the related serviceSee Also:
-
-
Method Details
-
initChildElements
public void initChildElements()Initializes child elements.
-