public class InsertChildrenHandler extends TagHandlerImpl
TagHandler is responsible for relocating children
defined within a composite component to a component within the
composite component's composite:implementation section.| Constructor and Description |
|---|
InsertChildrenHandler(javax.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
Process changes on a particular UIComponent |
findNextByType, findNextByTypepublic InsertChildrenHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws IOException
javax.faces.view.facelets.FaceletHandlerProcess changes on a particular UIComponent
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.