JSF tag to declare a GET parameter.
"View parameters" is a JSF specific term for GET request parameters which can be set on the model by the <f:viewParam>
JSF UI component on the view. They follow the same lifecycle as regular UIInput
components, complete with support for declarative conversion and validation and message handling.