public class Param extends Object
ParamTag to a
ParamAware tag.
Attributes are the raw values passed to the spring:param tag and have not been encoded or escaped.
ParamTag| Constructor and Description |
|---|
Param() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the raw parameter name.
|
String |
getValue()
Return the raw parameter value.
|
void |
setName(String name)
Set the raw name of the parameter.
|
void |
setValue(String value)
Set the raw value of the parameter.
|
String |
toString() |