Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.facelets
Class WidgetTypeTagHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by org.nuxeo.ecm.platform.forms.layout.facelets.WidgetTypeTagHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class WidgetTypeTagHandler
extends com.sun.facelets.tag.TagHandler

Widget type tag handler.

Applies a WidgetTypeHandler resolved from a widget created for given type name and mode, and uses other tag attributes to fill the widget properties.

Does not handle sub widgets.

Author:
Anahide Tchertchian

Constructor Summary
WidgetTypeTagHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 
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

WidgetTypeTagHandler

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

apply

public final void apply(com.sun.facelets.FaceletContext ctx,
                        javax.faces.component.UIComponent parent)
                 throws java.io.IOException,
                        javax.faces.FacesException,
                        javax.el.ELException
Throws:
java.io.IOException
javax.faces.FacesException
javax.el.ELException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.