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(javax.faces.view.facelets.ComponentHandler owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addComponentToView(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent c,
boolean componentFound) |
protected void |
doOrphanedChildCleanup(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent c) |
protected javax.faces.component.UIComponent |
findChild(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String tagId) |
protected javax.faces.view.facelets.TagAttribute |
getAttribute(String name) |
protected abstract String |
getLocationTarget(javax.faces.view.facelets.FaceletContext ctx) |
apply, assignUniqueId, createMetaRuleset, doExistingComponentActions, doNewComponentActions, findReparentedComponent, isIterating, popComponentFromEL, pushComponentToELpublic ComponentResourceDelegate(javax.faces.view.facelets.ComponentHandler owner)
protected javax.faces.component.UIComponent findChild(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String tagId)
findChild in class ComponentTagHandlerDelegateImplprotected void addComponentToView(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent c,
boolean componentFound)
addComponentToView in class ComponentTagHandlerDelegateImplprotected void doOrphanedChildCleanup(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent c)
doOrphanedChildCleanup in class ComponentTagHandlerDelegateImplprotected abstract String getLocationTarget(javax.faces.view.facelets.FaceletContext ctx)
protected javax.faces.view.facelets.TagAttribute getAttribute(String name)
Copyright © 2010–2018 JBoss by Red Hat. All rights reserved.