public abstract class ComponentResourceDelegate extends ComponentTagHandlerDelegateImpl
ComponentTagHandlerDelegateImpl in order to properly find existing
component resources as well as properly handling the case when this concrete implementations of this class are
applied more than once for a particular request.componentType, id| Constructor and Description |
|---|
ComponentResourceDelegate(jakarta.faces.view.facelets.ComponentHandler owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addComponentToView(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c,
boolean componentFound) |
protected void |
doOrphanedChildCleanup(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c) |
protected jakarta.faces.component.UIComponent |
findChild(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String tagId) |
protected jakarta.faces.view.facelets.TagAttribute |
getAttribute(String name) |
protected abstract String |
getLocationTarget(jakarta.faces.view.facelets.FaceletContext ctx) |
apply, assignUniqueId, createMetaRuleset, doExistingComponentActions, doNewComponentActions, findReparentedComponent, isIterating, popComponentFromEL, pushComponentToELpublic ComponentResourceDelegate(jakarta.faces.view.facelets.ComponentHandler owner)
protected jakarta.faces.component.UIComponent findChild(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String tagId)
findChild in class ComponentTagHandlerDelegateImplprotected void addComponentToView(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c,
boolean componentFound)
addComponentToView in class ComponentTagHandlerDelegateImplprotected void doOrphanedChildCleanup(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c)
doOrphanedChildCleanup in class ComponentTagHandlerDelegateImplprotected abstract String getLocationTarget(jakarta.faces.view.facelets.FaceletContext ctx)
protected jakarta.faces.view.facelets.TagAttribute getAttribute(String name)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.