Class InsertChildrenHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.composite.InsertChildrenHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler,- ComponentContainerHandler
 
 @JSFFaceletTag(name="composite:insertChildren") public class InsertChildrenHandler extends TagHandler implements ComponentContainerHandler - Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringINSERT_CHILDREN_USED- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description InsertChildrenHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSERT_CHILDREN_USEDpublic static final String INSERT_CHILDREN_USED - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
InsertChildrenHandlerpublic InsertChildrenHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
 
 
- 
 
-