@FunctionalInterface public interface TemplateParser
It returns a JSOUP element representing the content of template for the given template class.
NpmTemplateParser
Modifier and Type | Interface and Description |
---|---|
static class |
TemplateParser.TemplateData
Wrapper for the parsing result.
|
Modifier and Type | Method and Description |
---|---|
TemplateParser.TemplateData |
getTemplateContent(Class<? extends PolymerTemplate<?>> clazz,
String tag,
VaadinService service)
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 © 2020. All rights reserved.