FileDocCategorySizeDatePackage
ParamParent.javaAPI DocGlassfish v2 API2640Sat May 05 19:17:52 BST 2007org.apache.taglibs.standard.tag.common.core

ParamParent

public interface ParamParent

Interface for tag handlers implementing valid parent tags for <c:param>.

author
Shawn Bayern

Fields Summary
Constructors Summary
Methods Summary
public voidaddParameter(java.lang.String name, java.lang.String value)
Adds a parameter to this tag's URL. The intent is that the <param> subtag will call this to register URL 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.

see
ParamSupport