Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencms.flex.jsp
Interface I_CmsJspTagParamParent  view I_CmsJspTagParamParent download I_CmsJspTagParamParent.java

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.