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.nextHandler, tag, tagId| Constructor and Description |
|---|
InsertChildrenHandler(TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
findNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic InsertChildrenHandler(TagConfig config)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
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 © 1997–2020 Eclipse Foundation. All rights reserved.