public class ComponentTagHandlerDelegateImpl
extends jakarta.faces.view.facelets.TagHandlerDelegate
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentType |
protected jakarta.faces.view.facelets.TagAttribute |
id |
| Constructor and Description |
|---|
ComponentTagHandlerDelegateImpl(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) |
void |
apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
Method handles UIComponent tree creation in accordance with the JSF 1.2 spec.
|
protected void |
assignUniqueId(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String id,
jakarta.faces.component.UIComponent c) |
jakarta.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class type)
Return a |
protected void |
doExistingComponentActions(jakarta.faces.view.facelets.FaceletContext ctx,
String id,
jakarta.faces.component.UIComponent c) |
protected void |
doNewComponentActions(jakarta.faces.view.facelets.FaceletContext ctx,
String id,
jakarta.faces.component.UIComponent c) |
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.component.UIComponent |
findReparentedComponent(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String tagId) |
protected boolean |
isIterating(jakarta.faces.view.facelets.FaceletContext context) |
protected void |
popComponentFromEL(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
CompositeComponentStackManager ccStackManager,
boolean compCompPushed) |
protected boolean |
pushComponentToEL(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
CompositeComponentStackManager ccStackManager) |
protected String componentType
protected final jakarta.faces.view.facelets.TagAttribute id
public ComponentTagHandlerDelegateImpl(jakarta.faces.view.facelets.ComponentHandler owner)
public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
DelegatingMetaTagHandler.getTagId().mark its
children for deletion.createComponent.
MetaTagHandler.setAttributes(FaceletContext, Object)finalize for deletion.apply in class jakarta.faces.view.facelets.TagHandlerDelegatectx - the FaceletContext for this requestparent - the UIComponent that corresponds to this element.jakarta.faces.view.facelets.TagException - if the UIComponent parent is nullIOException - if any files necessary to apply this tag handler have any difficulty while loadingprotected boolean isIterating(jakarta.faces.view.facelets.FaceletContext context)
public jakarta.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
jakarta.faces.view.facelets.TagHandlerDelegate
Return a MetaRuleset particular to this kind of tag handler. Called from classes that implement
MetaTagHandler.
createMetaRuleset in class jakarta.faces.view.facelets.TagHandlerDelegatetype - the Class for which the MetaRuleset must be created.MetaRuleset particular to this kind of tag handler.protected void addComponentToView(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c,
boolean componentFound)
protected boolean pushComponentToEL(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
CompositeComponentStackManager ccStackManager)
protected void popComponentFromEL(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
CompositeComponentStackManager ccStackManager,
boolean compCompPushed)
protected void doOrphanedChildCleanup(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
jakarta.faces.component.UIComponent c)
protected void assignUniqueId(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String id,
jakarta.faces.component.UIComponent c)
protected void doNewComponentActions(jakarta.faces.view.facelets.FaceletContext ctx,
String id,
jakarta.faces.component.UIComponent c)
protected void doExistingComponentActions(jakarta.faces.view.facelets.FaceletContext ctx,
String id,
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.component.UIComponent findReparentedComponent(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent,
String tagId)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.