| Package | Description |
|---|---|
| com.floreysoft.jmte |
This is the main package of the Java Minimal Template Engine.
|
| com.floreysoft.jmte.template |
| Modifier and Type | Method and Description |
|---|---|
Template |
Engine.getTemplate(String template)
Gets a template for a certain source.
|
Template |
Engine.getTemplate(String template,
String sourceName)
Gets a template for a certain source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompiledTemplate |
class |
AbstractTemplate |
class |
InterpretedTemplate |
| Modifier and Type | Method and Description |
|---|---|
Template |
DynamicBytecodeCompiler.compile(String template,
String sourceName,
Engine engine) |
Template |
TemplateCompiler.compile(String template,
String sourceName,
Engine engine) |
Copyright © 2017. All rights reserved.