Uses of Class
org.apache.velocity.tools.view.LinkTool
-
Uses of LinkTool in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return LinkToolModifier and TypeMethodDescriptionLinkTool.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.LinkTool.addRequestParams(Object... butOnlyThese) Adds the specified parameters (if they exist) from the current request to the query data of a copy of this instance.LinkTool.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.