@FunctionalInterface public interface LitTemplateParser
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.
LitTemplateParserImpl
Modifier and Type | Interface and Description |
---|---|
static class |
LitTemplateParser.LitTemplateParserFactory
Lit template parser factory.
|
static class |
LitTemplateParser.TemplateData
Wrapper for the parsing result.
|
Modifier and Type | Method and Description |
---|---|
LitTemplateParser.TemplateData |
getTemplateContent(Class<? extends LitTemplate> clazz,
String tag,
VaadinService service)
Gets the template data which contains a JSOUP
Element
representing the template content and the template uri. |
LitTemplateParser.TemplateData getTemplateContent(Class<? extends LitTemplate> 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 servicenull
Copyright © 2025. All rights reserved.