public class RequestParamBuilder extends AbstractParamBuilder
Constructor and Description |
---|
RequestParamBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
buildParams(Map<String,String> params,
javax.servlet.http.HttpServletRequest request)
Retrieve the list of request parameters from the given request,
and add them all to the given parameter map.
|
String |
toString()
Provide a useful string representation of this ParamBuilder.
|
afterPropertiesSet, compareTo, extraAfterPropertiesSet, getOrder, setOrder
getBeanName, setBeanName
public void buildParams(Map<String,String> params, javax.servlet.http.HttpServletRequest request)
params
- The parameters map to which parameters can be added or existing parameters can be retrieved.request
- The original request, useful to retrieve request parameters for example.Copyright © 2013. All rights reserved.