public interface I_CmsJspTagParamParent
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a parameter to this tag.
|
void addParameter(java.lang.String name, java.lang.String value)
name - the name of the parametervalue - the value of the parameterCmsJspTagParam