Uses of Interface
com.vaadin.flow.component.littemplate.LitTemplateParser
Packages that use LitTemplateParser
Package
Description
-
Uses of LitTemplateParser in com.vaadin.flow.component.littemplate
Methods in com.vaadin.flow.component.littemplate that return LitTemplateParserModifier and TypeMethodDescriptionLitTemplateParser.LitTemplateParserFactory.createParser()
Creates a Lit template parser instance.Constructors in com.vaadin.flow.component.littemplate with parameters of type LitTemplateParserModifierConstructorDescriptionprotected
LitTemplate
(LitTemplateParser parser, VaadinService service) Creates the component component mapped to a LitElement using the providedparser
andservice
. -
Uses of LitTemplateParser in com.vaadin.flow.component.littemplate.internal
Classes in com.vaadin.flow.component.littemplate.internal that implement LitTemplateParserMethods in com.vaadin.flow.component.littemplate.internal that return LitTemplateParser