| 
 | |||||||
| FRAMES NO FRAMES | |||||||
Unless otherwise specified, all attributes accept static values or EL expressions.
See the javadoc for this class in the JSF Specification for further details.
| Tag Information | |
| Tag Class | org.apache.myfaces.taglib.core.ViewTag | 
| TagExtraInfo Class | None | 
| Body Content | JSP | 
| Display Name | None | 
| Attributes | ||||
| Name | Required | Request-time | Type | Description | 
| afterPhase | false | false | javax.el.MethodExpression(signature must match void myMethod( 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. | 
| beforePhase | false | false | javax.el.MethodExpression(signature must match void myMethod( 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. | 
| locale | false | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | The locale for this view. Defaults to the default locale specified in the faces configuration file. | 
| renderKitId | false | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Defines what renderkit should be used to render this view. | 
| Variables | No Variables Defined. | 
| 
 | |||||||
| FRAMES NO FRAMES | |||||||