org.apache.myfaces.tobago.facelets
Class StyleHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by javax.faces.view.facelets.DelegatingMetaTagHandler
              extended by javax.faces.view.facelets.ComponentHandler
                  extended by org.apache.myfaces.tobago.facelets.StyleHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class StyleHandler
extends javax.faces.view.facelets.ComponentHandler


Field Summary
 
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
StyleHandler(javax.faces.view.facelets.ComponentConfig config)
           
 
Method Summary
 void applyNextHandler(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent c)
           
 void onComponentCreated(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent)
           
 
Methods inherited from class javax.faces.view.facelets.ComponentHandler
getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleHandler

public StyleHandler(javax.faces.view.facelets.ComponentConfig config)
Method Detail

onComponentCreated

public void onComponentCreated(javax.faces.view.facelets.FaceletContext context,
                               javax.faces.component.UIComponent component,
                               javax.faces.component.UIComponent parent)
Overrides:
onComponentCreated in class javax.faces.view.facelets.ComponentHandler

applyNextHandler

public void applyNextHandler(javax.faces.view.facelets.FaceletContext ctx,
                             javax.faces.component.UIComponent c)
Overrides:
applyNextHandler in class javax.faces.view.facelets.DelegatingMetaTagHandler


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.