Class ViewHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.faces.core.ViewHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="f:view",
               bodyContent="empty",
               componentClass="jakarta.faces.component.UIViewRoot")
public final class ViewHandler
extends TagHandler
Container for all JavaServer Faces core and custom component actions used on a page.
- Version:
- $Id$
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) See taglib documentation.Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
ViewHandler- Parameters:
- config-
 
 
- 
- 
Method Details- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException See taglib documentation.- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
- See Also:
 
 
-