org.jboss.seam.ui.handler
Class DecorateHandler

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 org.jboss.seam.ui.handler.DecorateHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class DecorateHandler
extends com.sun.facelets.tag.jsf.ComponentHandler


Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
DecorateHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
           
 
Method Summary
protected  void applyNextHandler(com.sun.facelets.FaceletContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, createComponent, createMetaRuleset, getFacetName, getId, onComponentCreated, onComponentPopulated
 
Methods inherited from class com.sun.facelets.tag.MetaTagHandler
setAttributes
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecorateHandler

public DecorateHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
Method Detail

applyNextHandler

protected void applyNextHandler(com.sun.facelets.FaceletContext context,
                                javax.faces.component.UIComponent component)
                         throws java.io.IOException,
                                javax.faces.FacesException,
                                javax.el.ELException
Overrides:
applyNextHandler in class com.sun.facelets.tag.jsf.ComponentHandler
Throws:
java.io.IOException
javax.faces.FacesException
javax.el.ELException


Copyright © 2010 JBoss. All Rights Reserved.