Package | Description |
---|---|
org.apache.velocity.tools.generic |
Contains a collection of reusable, general-purpose "tools" for Velocity.
|
Modifier and Type | Method and Description |
---|---|
ValueParser |
ValueParser.getSubkey(String subkey)
subkey getter that returns a map subkey#2 -> value
for every "subkey.subkey2" found entry
|
Modifier and Type | Method and Description |
---|---|
protected void |
FormatConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
DateTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
DisplayTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
XmlTool.configure(ValueParser values)
Configuration.
|
protected void |
LinkTool.configure(ValueParser props)
Configuration
|
protected void |
EscapeTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
RenderTool.configure(ValueParser parser)
Looks for deprecated parse depth and catch.exceptions properties,
as well as any 'forceThreadSafe' setting.
|
protected void |
JsonTool.configure(ValueParser values)
Looks for the "file" parameter and automatically uses
JsonTool.initJSON(String) to parse the file (searched in filesystem current path and classpath) and set the
resulting JSON object as the root node for this instance. |
protected void |
ResourceTool.configure(ValueParser parser) |
protected void |
LocaleConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
ClassTool.configure(ValueParser values)
Configure this tool
|
protected void |
FieldTool.configure(ValueParser values) |
protected void |
CollectionTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
SafeConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
AlternatorTool.configure(ValueParser parser)
Deprecated.
Looks for a default auto-alternate value in the given params,
if not, set the default to true.
|
protected void |
ContextTool.configure(ValueParser parser)
Initializes this instance for the current request.
|
protected void |
ImportTool.configure(ValueParser values)
Configuration
|
protected void |
ValueParser.configure(ValueParser values)
Does the actual configuration.
|
protected void |
ImportSupport.configure(ValueParser values)
Configure import support
|
protected void |
ConversionTool.configure(ValueParser values)
Deprecated.
Does the actual configuration.
|
protected void |
ComparisonDateTool.configure(ValueParser values)
Calls the superclass implementation, then looks for a bundle name
and any time units to be skipped.
|
protected void |
XmlTool.initializeImportSupport(ValueParser config)
ImportSupport initialization
|
protected void |
JsonTool.initializeImportSupport(ValueParser config)
ImportSupport initialization
|
protected void |
ImportTool.initializeImportSupport(ValueParser config)
Importsupport initialization
|
protected void |
SafeConfig.initLogger(ValueParser params)
Initialize logger.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.