Class ViewHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jsf.core.ViewHandler
- All Implemented Interfaces:
FaceletHandler
public final class ViewHandler extends TagHandlerImpl
Container for all JavaServer Faces core and custom component actions used on a page.
See tag
documentation.
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ViewHandler(TagConfig config)
-
Method Summary
Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
See taglib documentation.Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByType
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ViewHandler
- Parameters:
config
-
-
-
Method Details
-
apply
See taglib documentation.- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
- if unable to loadrelativePath
-