pe

Tag methodParam

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.MethodParameter
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
converterfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
An EL expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
nametruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the parameter.

Output generated by Vdldoc View Declaration Language Documentation Generator.