| |||||||
FRAMES NO FRAMES |
Container for all JavaServer Faces core and custom component actions used on a page.
Tag Information | |
Tag Class | com.sun.faces.taglib.jsf_core.ViewTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| 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. |
renderKitId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Identifier for the RenderKit to use for rendering this page. |
contentType | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the content-type of the response. |
encoding | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the character encoding that should be used for the response. |
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. This method will be 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. This method will be called after every phase except for restore view. |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |