| Package | Description |
|---|---|
| com.vaadin.flow.component.polymertemplate |
| Modifier and Type | Class and Description |
|---|---|
class |
NpmTemplateParser
Deprecated.
Use
LitTemplateParserImpl class for LitTemplate
components. Polymer template support is deprecated - we recommend
you to use LitTemplate instead. Read more details from
the
Vaadin blog. |
| Modifier and Type | Method and Description |
|---|---|
TemplateParser |
TemplateParser.TemplateParserFactory.createParser()
Creates a template parser instance.
|
static TemplateParser |
NpmTemplateParser.getInstance()
Deprecated.
|
| Constructor and Description |
|---|
PolymerTemplate(TemplateParser parser)
Deprecated.
Creates the component that is responsible for Polymer template
functionality using the provided
parser. |
PolymerTemplate(TemplateParser parser,
VaadinService service)
Deprecated.
Creates the component that is responsible for Polymer template
functionality using the provided
parser. |
TemplateInitializer(PolymerTemplate<?> template,
TemplateParser parser,
VaadinService service)
Deprecated.
Creates a new initializer instance.
|
Copyright © 2021. All rights reserved.