Extracts the error from the RecognitionException and generates
a location of the error by extracting the original text at the exceptions
line and column.
MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
processing lifecycle, depending on the value of the immediate
property
Setter for action
MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
processing lifecycle, depending on the value of the immediate
property
Setter for action
The cache provider to use, only needed if you install alter the default cache provider in an application where multiple cache providers are in use
Setter for cacheProvider
A ValueExpression enabled attribute that, if present,
will be used as the text of the converter message,
replacing any message that comes from the converter
Setter for converterMessage
A flag indicating that this component value must be converted
and validated immediately (that is, during Apply Request Values
phase), rather than waiting until a Process Validations phase
Setter for immediate
specifies the (optional) label to place at the top of list (if required="true" is also specified then selecting this value will cause a validation error)
Setter for noSelectionLabel
MethodBinding pointing at a method that is called during
Process Validations phase of the request processing lifecycle,
to validate the current value of this component
Setter for validator
A ValueExpression enabled attribute that, if present,
will be used as the text of the validator message,
replacing any message that comes from the validator
Setter for validatorMessage
UIToken is a UIComponent that produces a random token that
is inserted into a hidden form field to help to secure JSF form posts against
cross-site request forgery (XSRF) attacks.
UIToken() -
Constructor for class org.jboss.seam.ui.component.UIToken