Attributes |
Name | Required | Request-time | Type | Description |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The locale of this view. Default: the default locale from the configuration file. |
renderKitId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Id for the RenderKit to use when rendering this page. |
beforePhase | false | false | javax.el.MethodExpression
(signature must match void beforePhase(javax.faces.event.PhaseEvent) )
| MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void, called before every phase except for restore view. |
afterPhase | false | false | javax.el.MethodExpression
(signature must match void afterPhase(javax.faces.event.PhaseEvent) )
| MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void, called after every phase except for restore view. |