Uses of Class
org.apache.velocity.tools.view.LinkTool
-
Packages that use LinkTool 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 toorg.apache.velocity.tools.view. -
-
Uses of LinkTool in org.apache.velocity.tools.struts
Subclasses of LinkTool in org.apache.velocity.tools.struts Modifier and Type Class Description classSecureLinkToolTool to be able to use Struts SSL Extensions with Velocity.classStrutsLinkToolThe StrutsLinkTool extends the standardLinkToolto 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 Modifier and Type Method Description LinkToolLinkTool. addMissingRequestParams(Object... 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.LinkToolLinkTool. addRequestParams(Object... butOnlyThese)Adds the specified parameters (if they exist) from the current request to the query data of a copy of this instance.LinkToolLinkTool. addRequestParamsExcept(Object... 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 Modifier and Type Class Description classLinkToolDeprecated.UseLinkTool
-