| |||||||
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.
Container for all JavaServer Faces core and custom component actions used on a page.
Tag Information | |
Tag Class | org.apache.myfaces.view.facelets.tag.jsf.core.ViewHandler |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.util.Locale )
| 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. |
contentType | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| No Description |
encoding | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| No Description |
beforePhase | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| 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.ValueExpression
(must evaluate to java.lang.Object )
| MethodBinding pointing to a method that takes a javax.faces.event.PhaseEvent and returns void, called after every phase except for restore view. |
transient | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| No Description |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |