Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.