Package | Description |
---|---|
sirius.tagliatelle | |
sirius.tagliatelle.compiler | |
sirius.tagliatelle.rendering | |
sirius.web.templates |
Provides access to various template engines which generate HTML, text or PDF files.
|
Modifier and Type | Method and Description |
---|---|
Optional<Template> |
Tagliatelle.resolve(String path)
|
Optional<Template> |
Tagliatelle.resolve(String path,
CompilationContext parentContext)
|
Modifier and Type | Method and Description |
---|---|
static CompileException |
CompileException.create(Template template,
List<CompileError> errors)
Creates a new exception based on the list of errors.
|
Modifier and Type | Method and Description |
---|---|
List<CompileError> |
Compiler.compile()
Compiles the given source into the template in the given
CompilationContext . |
Optional<Template> |
CompilationContext.resolveTemplate(parsii.tokenizer.Position position,
String name)
Resolves the given name into a template.
|
Modifier and Type | Method and Description |
---|---|
Optional<Template> |
LocalRenderContext.resolve(String templateName)
Resolves the given template.
|
protected Optional<Template> |
GlobalRenderContext.resolve(String templateName)
Resolves the given template.
|
Modifier and Type | Method and Description |
---|---|
protected Template |
TagliatelleContentHandler.getTemplate(Generator generator) |
Copyright © 2018. All rights reserved.