public static class CmsJspTagAddParams.ParamState extends java.lang.Object
| Constructor and Description |
|---|
ParamState(CmsFlexRequest request)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(java.lang.String key,
java.lang.String value)
Adds a request parameter.
|
void |
init()
Initializes the tag state and sets a new parameter map on the request for which it was instantiated.
|
void |
undoChanges()
Restores the original set of parameters.
|
public ParamState(CmsFlexRequest request)
request - the current requestpublic void addParameter(java.lang.String key, java.lang.String value)
key - the parameter namevalue - the parameter valuepublic void init()
public void undoChanges()