| 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 |
|---|---|
List<VariableDescription> |
Engine.getUsedVariableDescriptions(String template)
Gets all variables used in the given template as a detailed description.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableDescription> |
Template.getUsedVariableDescriptions() |
List<VariableDescription> |
InterpretedTemplate.getUsedVariableDescriptions() |
List<VariableDescription> |
AbstractCompiledTemplate.getUsedVariableDescriptions() |
Copyright © 2017. All rights reserved.