java.lang.Object | ||
↳ | BodyTagSupport | |
↳ | org.springframework.web.servlet.tags.ParamTag |
JSP tag for collecting name-value parameters and passing them to a
ParamAware
ancestor in the tag hierarchy.
This tag must be nested under a param aware tag.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the name of the parameter
Required | |||||||||||
Sets the value of the parameter
Optional. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
JspException |
---|
Sets the name of the parameter
Required
name | the parameter name |
---|
Sets the value of the parameter
Optional. If not set, the tag's body content is evaluated
value | the parameter value |
---|