Unless otherwise specified, all attributes accept static values or EL expressions.
Container for all JavaServer Faces core and custom component actions used on a page.
Attributes |
Name | Required | Request-time | Type | Description |
locale | false | false | java.lang.String | The locale for this view.
Defaults to the default locale specified in the faces configuration file.
|
renderKitId | false | false | java.lang.String | Defines what renderkit should be used to render this view. |
contentType | false | false | java.lang.String | No Description |
encoding | false | false | java.lang.String | No Description |
beforePhase | false | false | java.lang.String | No Description |
afterPhase | false | false | java.lang.String | No Description |
transient | false | false | java.lang.String | No Description |
afterPhaseListener | false | false | javax.el.MethodExpression
(signature must match void myMethod(jakarta.faces.event.PhaseEvent) )
| MethodExpression pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void,
called after every phase except for restore view. |
beforePhaseListener | false | false | javax.el.MethodExpression
(signature must match void myMethod(jakarta.faces.event.PhaseEvent) )
| MethodExpression pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void,
called before every phase except for restore view. |