Skip navigation links
A B C G I L P T 

A

accept(Map<String, String>) - Method in class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
 

B

BundleLitParser - Class in com.vaadin.flow.component.littemplate
Parse statistics data provided by webpack.

C

com.vaadin.flow.component.littemplate - package com.vaadin.flow.component.littemplate
 
com.vaadin.flow.component.littemplate.internal - package com.vaadin.flow.component.littemplate.internal
 
createParser() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
Creates a Lit template parser instance.

G

getChildren() - Method in class com.vaadin.flow.component.littemplate.LitTemplate
getHashFromStatistics(String) - Static method in class com.vaadin.flow.component.littemplate.BundleLitParser
Gets the hash from the string content of a webpack stats file.
getInstance() - Static method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
 
getModulePath() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
Gets the uri where the template is declared.
getSourceFromStatistics(String, JsonObject) - Static method in class com.vaadin.flow.component.littemplate.BundleLitParser
Get a module source from the statistics Json file generated by webpack.
getSourcesFromTemplate(String, String) - Method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
Finds the JavaScript sources for given tag.
getTemplateContent(Class<? extends LitTemplate>, String, VaadinService) - Method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
 
getTemplateContent(Class<? extends LitTemplate>, String, VaadinService) - Method in interface com.vaadin.flow.component.littemplate.LitTemplateParser
Gets the template data which contains a JSOUP Element representing the template content and the template uri.
getTemplateElement() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
Gets the content of the template.

I

IllegalAttributeException - Exception in com.vaadin.flow.component.littemplate
Thrown to indicate that an element had an illegal or inappropriate attribute.
IllegalAttributeException(String) - Constructor for exception com.vaadin.flow.component.littemplate.IllegalAttributeException
Constructs an IllegalAttributeException with the specified detail message.
initChildElements() - Method in class com.vaadin.flow.component.littemplate.LitTemplateInitializer
Initializes child elements.
InjectableLitElementInitializer - Class in com.vaadin.flow.component.littemplate
Initialize a lit template element with data.
InjectableLitElementInitializer(Element, Class<? extends Component>) - Constructor for class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
Creates an initializer for the element.
isStaticAttribute(String, String) - Method in class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
 

L

LitTemplate - Class in com.vaadin.flow.component.littemplate
Component which renders a LitElement template.
LitTemplate() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
Creates the component mapped to a LitElement.
LitTemplate(LitTemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
Creates the component component mapped to a LitElement using the provided parser and service.
LitTemplateInitializer - Class in com.vaadin.flow.component.littemplate
Template initialization related logic.
LitTemplateInitializer(LitTemplate, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateInitializer
Creates a new initializer instance.
LitTemplateParser - Interface in com.vaadin.flow.component.littemplate
Lit template content parser.
LitTemplateParser.LitTemplateParserFactory - Class in com.vaadin.flow.component.littemplate
Lit template parser factory.
LitTemplateParser.TemplateData - Class in com.vaadin.flow.component.littemplate
Wrapper for the parsing result.
LitTemplateParserFactory() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
 
LitTemplateParserImpl - Class in com.vaadin.flow.component.littemplate.internal
Lit template parser implementation.
LitTemplateParserImpl() - Constructor for class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
The default constructor.

P

parseJsonStatistics(String) - Static method in class com.vaadin.flow.component.littemplate.BundleLitParser
Parses the content of the stats file to return a json object.
parseLitTemplateElement(String, String) - Static method in class com.vaadin.flow.component.littemplate.BundleLitParser
Get the Lit template element for the given polymer template source.

T

TemplateData(String, Element) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
 
A B C G I L P T 
Skip navigation links

Copyright © 2000–2026 Vaadin Ltd. All rights reserved.