Package | Description |
---|---|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Field and Description |
---|---|
protected TemplateEngine |
Engine.jxlt
The default jxlt engine.
|
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
Engine.createJxltEngine(boolean noScript,
int cacheSize,
char immediate,
char deferred) |
protected TemplateEngine |
Engine.jxlt()
Gets and/or creates a default template engine.
|
Constructor and Description |
---|
TemplateScript(TemplateEngine engine,
JexlInfo info,
String directive,
Reader reader,
String... parms)
Creates a new template from an character input.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.