org.apache.myfaces.tobago.facelets.extension
Class SeparatorExtensionHandler

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.apache.myfaces.tobago.facelets.extension.SeparatorExtensionHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

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


Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
SeparatorExtensionHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
           
 
Method Summary
protected  void applyNextHandler(com.sun.facelets.FaceletContext faceletContext, UIComponent separator)
           
protected  com.sun.facelets.tag.MetaRuleset createMetaRuleset(Class aClass)
           
protected  void onComponentCreated(com.sun.facelets.FaceletContext faceletContext, UIComponent separator, UIComponent parent)
           
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, createComponent, getFacetName, getId, 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

SeparatorExtensionHandler

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

applyNextHandler

protected void applyNextHandler(com.sun.facelets.FaceletContext faceletContext,
                                UIComponent separator)
                         throws IOException,
                                FacesException,
                                ELException
Overrides:
applyNextHandler in class com.sun.facelets.tag.jsf.ComponentHandler
Throws:
IOException
FacesException
ELException

onComponentCreated

protected void onComponentCreated(com.sun.facelets.FaceletContext faceletContext,
                                  UIComponent separator,
                                  UIComponent parent)
Overrides:
onComponentCreated in class com.sun.facelets.tag.jsf.ComponentHandler

createMetaRuleset

protected com.sun.facelets.tag.MetaRuleset createMetaRuleset(Class aClass)
Overrides:
createMetaRuleset in class com.sun.facelets.tag.jsf.ComponentHandler


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.