We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.littemplate.
Class LitTemplateParser.LitTemplateParserFactory
java.lang.Object
com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
Enclosing interface:
Lit template parser factory.
To be able to create a parser which can be provided as SPI use
Instantiator
to create the factory and then get a parser from it:
Instantiator instantiator = ...;
LitTemplateParserFactory factory = instantiator.getOrCreate(LitTemplateParserFactory.class);
LitTemplateParser parser = factory.createParser();
Since:
Author:
Vaadin Ltd
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a Lit template parser instance.
-
Constructor Details
-
LitTemplateParserFactory
public LitTemplateParserFactory()
-
-
Method Details
-
createParser
Creates a Lit template parser instance.
Returns:
a lit template parser instance
-