Uses of Class
org.omnifaces.cdi.param.Attribute
-
Packages that use Attribute Package Description org.omnifaces.cdi org.omnifaces.cdi.param -
-
Uses of Attribute in org.omnifaces.cdi
Methods in org.omnifaces.cdi that return Attribute Modifier and Type Method Description Attribute[]converterAttributes()(Optional) Attributes that will be set on the converter instance obtained fromParam.converter()orParam.converterClass().Attribute[]validatorAttributes()(Optional) Attributes that will be set on each of the validator instances obtained fromParam.validators()andParam.validatorClasses(). -
Uses of Attribute in org.omnifaces.cdi.param
Methods in org.omnifaces.cdi.param that return Attribute Modifier and Type Method Description Attribute[]DynamicParamValueProducer.DefaultParamAnnotationLiteral. converterAttributes()Attribute[]DynamicParamValueProducer.DefaultParamAnnotationLiteral. validatorAttributes()
-