f
Tag view


Creates a JSF 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.


Tag Information
Tag Classorg.apache.myfaces.taglib.core.ViewTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The locale of this view. Default: the default locale from the configuration file.
renderKitIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id for the RenderKit to use when rendering this page.
beforePhasefalsefalsejavax.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, called before every phase except for restore view.
afterPhasefalsefalsejavax.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, called after 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.