public class AliasAnchorComponentHandler extends GenericHtmlComponentHandler
AliasTagHandler
will anchor their
components in the tree.
This is helpful when exposing variables depending on a variable that is only available at render time (like a list or dataTable component), to ensure accurate resolution of variables at render time.
AliasTagHandler
Constructor and Description |
---|
AliasAnchorComponentHandler(javax.faces.view.facelets.ComponentConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
applyNextHandler(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c) |
onComponentCreated
createMetaRuleset
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
apply, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
public AliasAnchorComponentHandler(javax.faces.view.facelets.ComponentConfig config)
public void applyNextHandler(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent c) throws IOException, javax.faces.FacesException, javax.el.ELException
applyNextHandler
in class javax.faces.view.facelets.DelegatingMetaTagHandler
IOException
javax.faces.FacesException
javax.el.ELException
Copyright © 2015 Nuxeo SA. All rights reserved.