public class StaticParamBuilder extends AbstractParamBuilder
| Constructor and Description |
|---|
StaticParamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildParams(Map<String,String> params,
javax.servlet.http.HttpServletRequest request)
Copy all entries from the configured static parameters to the given
parameters map.
|
Map<String,String> |
getStaticParams()
Get the map of configured static parameters.
|
void |
setStaticParams(Map<String,String> staticParams)
Set the map of static parameters.
|
String |
toString()
Provide a useful string representation of this ParamBuilder,
showing the configured static parameters.
|
afterPropertiesSet, compareTo, extraAfterPropertiesSet, getOrder, setOrdergetBeanName, setBeanNamepublic 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.public Map<String,String> getStaticParams()
public void setStaticParams(Map<String,String> staticParams)
staticParams - Copyright © 2013. All rights reserved.