Adds a parameter to its ParamsAttribute parent tag.
Tag Information
| Tag Class: | com.aoapps.taglib.ParamTag |
|---|---|
| TagExtraInfo Class: | None |
| Body Content: | scriptless |
| Display Name: | None |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| name | No | Runtime | Object |
The name of parameter tag. A nested <ao:name> tag will override this value. |
| value | No | Runtime | Object |
The value of the parameter. When a parameter value is an Enum, the value is obtained via Enum.name(). A nested <ao:value> tag will override this value. If neither is provided, the output of the body is used with whitespace trimmed. |
Variables
No Variables Defined.