Package | Description |
---|---|
org.apache.velocity.tools.generic |
Contains a collection of reusable, general-purpose "tools" for Velocity.
|
org.apache.velocity.tools.struts |
VelocityStruts contains view tools for integrating Velocity with the Apache
Struts 1 framework by providing easy access
to Struts resources from within Velocity templates.
|
org.apache.velocity.tools.view |
Contains tools and supporting infrastructure for using
those tools in a servlet environment as well as general
use classes to support use of Velocity as (or in) the
view layer of web applications.
|
org.apache.velocity.tools.view.tools |
All classes in this package have been deprecated and moved to
org.apache.velocity.tools.view . |
Modifier and Type | Method and Description |
---|---|
protected ValueParser |
ValueParser.getSubkey(String subkey)
subkey getter that returns a map
|
Modifier and Type | Method and Description |
---|---|
protected void |
SafeConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
XmlTool.configure(ValueParser parser)
Looks for the "file" parameter and automatically uses
XmlTool.read(String) to parse the file and set the
resulting Document as the root node for this
instance. |
protected void |
RenderTool.configure(ValueParser parser)
Looks for deprecated parse depth and catch.exceptions properties,
as well as any 'forceThreadSafe' setting.
|
protected void |
EscapeTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
ValueParser.configure(ValueParser values)
Does the actual configuration.
|
protected void |
LocaleConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
ConversionTool.configure(ValueParser values)
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 |
DateTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
ResourceTool.configure(ValueParser parser) |
protected void |
FormatConfig.configure(ValueParser values)
Does the actual configuration.
|
protected void |
FieldTool.configure(ValueParser values) |
protected void |
ClassTool.configure(ValueParser values) |
protected void |
ContextTool.configure(ValueParser parser)
Initializes this instance for the current request.
|
protected void |
DisplayTool.configure(ValueParser values)
Does the actual configuration.
|
protected void |
AlternatorTool.configure(ValueParser parser)
Looks for a default auto-alternate value in the given params,
if not, set the default to true.
|
protected void |
LinkTool.configure(ValueParser props) |
Modifier and Type | Method and Description |
---|---|
protected void |
StrutsLinkTool.configure(ValueParser props) |
protected void |
SecureLinkTool.configure(ValueParser props) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterTool
Utility class for easy parsing of
ServletRequest parameters. |
Modifier and Type | Method and Description |
---|---|
protected void |
ParameterTool.configure(ValueParser values) |
protected void |
ViewContextTool.configure(ValueParser parser) |
protected void |
LinkTool.configure(ValueParser props) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterParser
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LinkTool.configure(ValueParser parser)
Deprecated.
|
Copyright © 2002–2014 Apache Software Foundation. All rights reserved.