public static class LitTemplateParser.LitTemplateParserFactory extends Object
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();
LitTemplateParser
Constructor and Description |
---|
LitTemplateParserFactory() |
Modifier and Type | Method and Description |
---|---|
LitTemplateParser |
createParser()
Creates a Lit template parser instance.
|
public LitTemplateParser createParser()
Copyright © 2025. All rights reserved.