Container for all Jakarta Faces core and component tags used on a page.
Info | Value |
---|---|
Component Type | jakarta.faces.ViewRoot |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
afterPhase | false | jakarta.el.MethodExpression
(signature must match void afterPhase(jakarta.faces.event.PhaseEvent)
)
|
MethodBinding pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void. This method will be called after every phase except for restore view on an initial request. |
beforePhase | false | jakarta.el.MethodExpression
(signature must match void beforePhase(jakarta.faces.event.PhaseEvent)
)
|
MethodBinding pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void. This method will be called before every phase except for restore view. |
contentType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Specifies the content-type of the response. |
contracts | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
A comma separated list of
resource library contracts that may be used from within
the Facelets chain. If this attribute is present, it
must only be on the outer-most file in the chain of
files that started ultimately with a call to
If this attribute exists on the tag,
empty or not, the tag handler must create a
|
encoding | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Specifies the character encoding that should be used for the response. |
locale |
false
| jakarta.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 | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Identifier for the RenderKit to use for rendering this page. |
transient | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
If
|