Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.binding.alias
Class AliasTagHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by org.nuxeo.ecm.platform.ui.web.binding.alias.AliasTagHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler
Direct Known Subclasses:
SetTagHandler

public class AliasTagHandler
extends com.sun.facelets.tag.MetaTagHandler

Tag handler that exposes variables to the variable map. Behaviour is close to the c:set tag handler except:

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.

Since:
5.4
Author:
Anahide Tchertchian

Constructor Summary
AliasTagHandler(com.sun.facelets.tag.TagConfig config, Map<String,ValueExpression> variables)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent)
           
 void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent, AliasVariableMapper alias)
           
 
Methods inherited from class com.sun.facelets.tag.TagHandler
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AliasTagHandler

public AliasTagHandler(com.sun.facelets.tag.TagConfig config,
                       Map<String,ValueExpression> variables)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
Throws:
IOException
FacesException
com.sun.facelets.FaceletException
ELException

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  UIComponent parent,
                  AliasVariableMapper alias)
           throws IOException,
                  FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
Throws:
IOException
FacesException
com.sun.facelets.FaceletException
ELException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.