com.ora.jsp.tags
Interface ParamParent

All Known Implementing Classes:
ForwardTag

public interface ParamParent

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

Version:
2.0
Author:
Hans Bergsten, Gefion software

Method Summary
 void addParam(java.lang.String name, java.lang.String value)
          Adds a parameter name-value pair represented by the embedded ParamTag.
 

Method Detail

addParam

public void addParam(java.lang.String name,
                     java.lang.String value)
Adds a parameter name-value pair represented by the embedded ParamTag. The value is URL encoded.