Register a PhaseListener instance on the UIViewRoot in which this tag is nested.
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.event.PhaseListener )
|
Value binding expression that evaluates to an object that implements javax.faces.event.PhaseListener. |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Fully qualified Java class name of a PhaseListener to be created and registered. |