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 LinkTool Modifier and Type Method Description LinkToolLinkTool. addMissingRequestParams(java.lang.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(java.lang.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(java.lang.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.
-