|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkTool | |
---|---|
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 . |
Uses of LinkTool in org.apache.velocity.tools.struts |
---|
Subclasses of LinkTool in org.apache.velocity.tools.struts | |
---|---|
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: |
Uses of LinkTool in org.apache.velocity.tools.view |
---|
Methods in org.apache.velocity.tools.view that return LinkTool | |
---|---|
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. |
Uses of LinkTool in org.apache.velocity.tools.view.tools |
---|
Subclasses of LinkTool in org.apache.velocity.tools.view.tools | |
---|---|
class |
LinkTool
Deprecated. Use LinkTool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |