Package | Description |
---|---|
com.vaadin.flow.component.polymertemplate |
Modifier and Type | Method and Description |
---|---|
TemplateParser.TemplateData |
TemplateParser.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 |
NpmTemplateParser.getTemplateContent(Class<? extends PolymerTemplate<?>> clazz,
String tag,
VaadinService service) |
TemplateParser.TemplateData |
DefaultTemplateParser.getTemplateContent(Class<? extends PolymerTemplate<?>> clazz,
String tag,
VaadinService service) |
Copyright © 2025. All rights reserved.