Class SetHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jstl.core.SetHandler
- All Implemented Interfaces:
FaceletHandler
public class SetHandler extends TagHandlerImpl
Simplified implementation of c:set
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SetHandler(TagConfig config)
-
Method Summary
Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
Process changes on a particular UIComponentprotected void
applyNextHandler(FaceletContext ctx, UIComponent c)
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
-
Method Details
-
apply
Description copied from interface:FaceletHandler
Process changes on a particular UIComponent
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
- if unable to loadrelativePath
-
applyNextHandler
-