Uses of Class
com.vaadin.flow.component.littemplate.LitTemplate
-
Packages that use LitTemplate Package Description com.vaadin.flow.component.littemplate com.vaadin.flow.component.littemplate.internal -
-
Uses of LitTemplate in com.vaadin.flow.component.littemplate
Method parameters in com.vaadin.flow.component.littemplate with type arguments of type LitTemplate Modifier and Type Method Description LitTemplateParser.TemplateData
LitTemplateParser. getTemplateContent(Class<? extends LitTemplate> clazz, String tag, VaadinService service)
Gets the template data which contains a JSOUPElement
representing the template content and the template uri.Constructors in com.vaadin.flow.component.littemplate with parameters of type LitTemplate Constructor Description LitTemplateInitializer(LitTemplate template, VaadinService service)
Creates a new initializer instance. -
Uses of LitTemplate in com.vaadin.flow.component.littemplate.internal
Method parameters in com.vaadin.flow.component.littemplate.internal with type arguments of type LitTemplate Modifier and Type Method Description LitTemplateParser.TemplateData
LitTemplateParserImpl. getTemplateContent(Class<? extends LitTemplate> clazz, String tag, VaadinService service)
-