Allow Jakarta Faces page authors to
install ComponentSystemEventListener
instances
on a component in a page.
Name | Required | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
listener | true | jakarta.el.MethodExpression
(signature must match public void
listener(jakarta.faces.event.ComponentSystemEvent event) throws
jakarta.faces.event.AbortProcessingException
)
|
The expression must
evaluate to a public method that takes a
|
||||||||||||
type | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Name of the event for which to install a listener. The following table lists the valid values for this attribute, and the corresponding event type for which the listener action is registered.
In addition to these values, the fully qualified class name of any
java class that extends
Also, the |