LitTemplateParser
for LitTemplate
components.
Polymer template support is deprecated - we recommend you to use
LitTemplate
instead. Read more details from the
Vaadin blog.@Deprecated @FunctionalInterface public interface TemplateParser
It returns a JSOUP element representing the content of template for the given template class.
For internal use only. May be renamed or removed in a future release.
NpmTemplateParser
Modifier and Type | Interface and Description |
---|---|
static class |
TemplateParser.TemplateData
Deprecated.
Use
LitTemplateParser.TemplateData instead |
static class |
TemplateParser.TemplateParserFactory
Deprecated.
Template parser factory.
|
Modifier and Type | Method and Description |
---|---|
TemplateParser.TemplateData |
getTemplateContent(Class<? extends PolymerTemplate<?>> clazz,
String tag,
VaadinService service)
Deprecated.
Gets the template data which contains a JSOUP
Element
representing the template content and the template uri. |
TemplateParser.TemplateData getTemplateContent(Class<? extends PolymerTemplate<?>> clazz, String tag, VaadinService service)
Element
representing the template content and the template uri.clazz
- the template classtag
- the template tag nameservice
- the related Vaadin serviceCopyright © 2021. All rights reserved.