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 TagHandlerContainer for all JavaServer Faces core and custom component actions used on a page.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ViewHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)See taglib documentation.- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ViewHandlerpublic ViewHandler(TagConfig config) - Parameters:
- config-
 
 
- 
 - 
Method Detail- 
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:
- FaceletHandler.apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent)
 
 
- 
 
-