Class InsertChildrenHandler
- java.lang.Object
-
- jakarta.faces.view.facelets.TagHandler
-
- com.sun.faces.facelets.tag.TagHandlerImpl
-
- com.sun.faces.facelets.tag.composite.InsertChildrenHandler
-
- All Implemented Interfaces:
FaceletHandler
public class InsertChildrenHandler extends TagHandlerImpl
ThisTagHandleris responsible for relocating children defined within a composite component to a component within the composite component'scomposite:implementationsection.
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDEX_ATTRIBUTE-
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
-
Constructor Summary
Constructors Constructor Description InsertChildrenHandler(TagConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)Process changes on a particular UIComponent-
Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByType
-
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
-
-
-
Field Detail
-
INDEX_ATTRIBUTE
public static final String INDEX_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InsertChildrenHandler
public InsertChildrenHandler(TagConfig config)
-
-
Method Detail
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
Description copied from interface:FaceletHandlerProcess 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
-
-