Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by com.sun.facelets.tag.jsf.ComponentHandler
              extended by com.sun.facelets.tag.jsf.html.HtmlComponentHandler
                  extended by org.nuxeo.ecm.platform.ui.web.tag.handler.GenericHtmlComponentHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class GenericHtmlComponentHandler
extends com.sun.facelets.tag.jsf.html.HtmlComponentHandler

Generic HTML component handler.

Handler evaluating the "value" attribute as a regular value expression, or invoking a method expression.

The method can have parameters and the expression must use parentheses even if no parameters are needed.

Author:
Anahide Tchertchian

Constructor Summary
GenericHtmlComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
           
 
Method Summary
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
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

GenericHtmlComponentHandler

public GenericHtmlComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.