Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
SecureLinkTool
Tool to be able to use Struts SSL Extensions with Velocity.
|
class |
StrutsLinkTool
The StrutsLinkTool extends the standard
LinkTool to add methods
for working with Struts' Actions and Forwards: |
Modifier and Type | Method and Description |
---|---|
LinkTool |
LinkTool.addMissingRequestParams(String... ignoreThese)
Adds all of the current request's parameters to this link's
"query data" except for those whose keys match any of the specified strings
or already have a value set for them in the current instance.
|
LinkTool |
LinkTool.addRequestParams(String... butOnlyThese)
Adds the specified parameters (if they exist) from the current
request to the query data of a copy of this instance.
|
LinkTool |
LinkTool.addRequestParamsExcept(String... ignoreThese)
Adds all of the current request's parameters to this link's
"query data" except for those whose keys match any of the specified strings.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkTool
Deprecated.
Use
LinkTool |
Copyright © 2002–2014 Apache Software Foundation. All rights reserved.