Package org.apache.struts2.url
Interface QueryStringBuilder
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StrutsQueryStringBuilder
A builder used to create a proper Query String out of a set of parameters
- Since:
- Struts 6.1.0
-
Method Summary
-
Method Details
-
build
Builds a Query String with defined separator and appends it to the provided link- Parameters:
params
- a Map used to build a Query Stringlink
- to which the Query String should be addedparamSeparator
- used to separate parameters in query string
-