ParamParentpublic interface ParamParent This interface must be implemented by all tag handlers that can
have ParamTag's in the body. |
Methods Summary |
---|
public void | setParam(java.lang.String name, java.lang.String value)Adds a parameter name-value pair represented by the
embedded ParamTag. The value is URL encoded.
|
|