org.apache.myfaces.html5.handler
Class AnimationHandler

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.html5.handler.AnimationHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

@JSFFaceletTag(name="fx:animation",
               componentClass="org.apache.myfaces.html5.component.animation.Animation")
public class AnimationHandler
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
AnimationHandler(javax.faces.view.facelets.ComponentConfig config)
           
 
Method Summary
 String getEventName(javax.faces.view.facelets.FaceletContext faceletContext)
           
 void onComponentCreated(javax.faces.view.facelets.FaceletContext faceletContext, javax.faces.component.UIComponent uiComponent, 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, applyNextHandler, 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

AnimationHandler

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

onComponentCreated

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

getEventName

public String getEventName(javax.faces.view.facelets.FaceletContext faceletContext)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.