JSF Core Facelets Tag Library.
Tag view


Creates a Faces View, which is a container that holds all of the components that are part of the view.

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 Classorg.apache.myfaces.view.facelets.tag.faces.core.ViewHandler
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
localefalsefalsejava.lang.StringThe locale for this view.

Defaults to the default locale specified in the faces configuration file.

renderKitIdfalsefalsejava.lang.StringDefines what renderkit should be used to render this view.
contentTypefalsefalsejava.lang.StringNo Description
encodingfalsefalsejava.lang.StringNo Description
beforePhasefalsefalsejava.lang.StringNo Description
afterPhasefalsefalsejava.lang.StringNo Description
transientfalsefalsejava.lang.StringNo Description
afterPhaseListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod(jakarta.faces.event.PhaseEvent))
MethodExpression pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void, called after every phase except for restore view.
beforePhaseListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod(jakarta.faces.event.PhaseEvent))
MethodExpression pointing to a method that takes a jakarta.faces.event.PhaseEvent and returns void, called before every phase except for restore view.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.