public class AliasTagHandler
extends com.sun.facelets.tag.MetaTagHandler
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.
| Constructor and Description |
|---|
AliasTagHandler(com.sun.facelets.tag.TagConfig config,
Map<String,ValueExpression> variables) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent) |
void |
apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent,
AliasVariableMapper alias) |
public AliasTagHandler(com.sun.facelets.tag.TagConfig config,
Map<String,ValueExpression> variables)
public void apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
com.sun.facelets.FaceletException,
ELException
IOExceptionFacesExceptioncom.sun.facelets.FaceletExceptionELExceptionpublic void apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent,
AliasVariableMapper alias)
throws IOException,
FacesException,
com.sun.facelets.FaceletException,
ELException
IOExceptionFacesExceptioncom.sun.facelets.FaceletExceptionELExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.