Uses of Interface
com.vaadin.flow.component.polymertemplate.TemplateParser
Packages that use TemplateParser
-
Uses of TemplateParser in com.vaadin.flow.component.polymertemplate
Classes in com.vaadin.flow.component.polymertemplate that implement TemplateParserMethods in com.vaadin.flow.component.polymertemplate that return TemplateParserModifier and TypeMethodDescriptionTemplateParser.TemplateParserFactory.createParser()Creates a template parser instance.static TemplateParserNpmTemplateParser.getInstance()Deprecated.Constructors in com.vaadin.flow.component.polymertemplate with parameters of type TemplateParserModifierConstructorDescriptionPolymerTemplate(TemplateParser parser) Deprecated.Creates the component that is responsible for Polymer template functionality using the providedparser.protectedPolymerTemplate(TemplateParser parser, com.vaadin.flow.server.VaadinService service) Deprecated.Creates the component that is responsible for Polymer template functionality using the providedparser.TemplateInitializer(PolymerTemplate<?> template, TemplateParser parser, com.vaadin.flow.server.VaadinService service) Deprecated.Creates a new initializer instance.
LitTemplateParserImplclass forLitTemplatecomponents.