Attributes |
locale |
Locale to use for localizing this page. Expressions must evaluate to a java.util.Locale or to a String that is converted to a Locale. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
renderKitId |
Identifier for the RenderKit to use for rendering this page. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
beforePhase |
MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void. This method will be called before every phase except for restore view. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
afterPhase |
MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void. This method will be called after every phase except for restore view. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|