Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.tag.handler
Class SetTagHandler

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
              extended by org.nuxeo.ecm.platform.ui.web.tag.handler.SetTagHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class SetTagHandler
extends AliasTagHandler

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

Since:
5.3.1
Author:
Anahide Tchertchian

Constructor Summary
SetTagHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.binding.alias.AliasTagHandler
apply
 
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

SetTagHandler

public SetTagHandler(com.sun.facelets.tag.TagConfig config)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
Specified by:
apply in interface com.sun.facelets.FaceletHandler
Overrides:
apply in class AliasTagHandler
Throws:
IOException
FacesException
com.sun.facelets.FaceletException
ELException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.