类的使用
org.apache.velocity.tools.view.LinkTool
-
org.apache.velocity.tools.view中LinkTool的使用
修饰符和类型方法说明LinkTool.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.