| 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) |
static Optional<Class<? extends Component>> |
TemplateInitializer.getUsesClass(Class<? extends PolymerTemplate<?>> templateType,
String tagName)
Looks for a component class with the given tag name among the classes
used by the given polymer template class.
|
| Constructor and Description |
|---|
TemplateInitializer(PolymerTemplate<?> template,
TemplateParser parser,
VaadinService service)
Creates a new initializer instance.
|
Copyright © 2025. All rights reserved.