|
|||||||||
| Home >> All >> com >> opencms >> flex >> [ jsp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.opencms.flex.jsp
Interface I_CmsJspTagParamParent

- All Known Implementing Classes:
- CmsJspTagInclude
- public interface I_CmsJspTagParamParent
Interface for tag handlers implementing valid parent tags for <c:param>.
| Method Summary | |
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a parameter to this tag. |
| Method Detail |
addParameter
public void addParameter(java.lang.String name, java.lang.String value)
- 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.
|
|||||||||
| Home >> All >> com >> opencms >> flex >> [ jsp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC