FileDocCategorySizeDatePackage
ParamParent.javaAPI DocExample359Thu Jun 28 16:14:16 BST 2001com.ora.jsp.tags.generic

ParamParent

public interface ParamParent
This interface must be implemented by all tag handlers that can have ParamTag's in the body.

Fields Summary
Constructors Summary
Methods Summary
public voidsetParam(java.lang.String name, java.lang.String value)
Adds a parameter name-value pair represented by the embedded ParamTag. The value is URL encoded.