public class AliasTagHandler
extends javax.faces.view.facelets.ComponentHandler
The backing component value expressions are changed even if the component was found to ensure a good resolution even when re-rendering the tag using ajax.
Modifier and Type | Field and Description |
---|---|
static String |
ANCHOR_ENABLED_VARIABLE |
Constructor and Description |
---|
AliasTagHandler(javax.faces.view.facelets.ComponentConfig config,
Map<String,javax.el.ValueExpression> variables) |
AliasTagHandler(javax.faces.view.facelets.ComponentConfig config,
Map<String,javax.el.ValueExpression> variables,
List<String> blockedPatterns) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
createComponent, getComponentConfig, isNew, onComponentCreated, onComponentPopulated
public static String ANCHOR_ENABLED_VARIABLE
public AliasTagHandler(javax.faces.view.facelets.ComponentConfig config, Map<String,javax.el.ValueExpression> variables)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException, javax.faces.FacesException, javax.faces.view.facelets.FaceletException, javax.el.ELException
apply
in interface javax.faces.view.facelets.FaceletHandler
apply
in class javax.faces.view.facelets.DelegatingMetaTagHandler
IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
Copyright © 2015 Nuxeo SA. All rights reserved.