Package org.opencms.jsp
Interface I_CmsJspTagParamParent
- All Known Implementing Classes:
CmsJspTagAddParams,CmsJspTagContainer,CmsJspTagDisplay,CmsJspTagHeadIncludes,CmsJspTagImage,CmsJspTagInclude,CmsJspTagMap,CmsJspTagPdf,CmsJspTagSimpleDisplay
public interface I_CmsJspTagParamParent
Interface for tag handlers implementing valid parent tags for
<c:param>.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, String value) Add a parameter to this tag.
-
Method Details
-
addParameter
Add a parameter to this tag. The intent is that the <param> subtag will call this to register parameters. Assumes that 'name' and 'value' are appropriately encoded and do not contain any meaningful metacharacters; in order words, escaping is the responsibility of the caller.- Parameters:
name- the name of the parametervalue- the value of the parameter- See Also:
-