org.apache.myfaces.custom.updateactionlistener
Class UpdateActionListenerTagHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.custom.updateactionlistener.UpdateActionListenerTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class UpdateActionListenerTagHandler
extends javax.faces.view.facelets.TagHandler

Tag handler for the Tomahawk UpdateActionListener tag

Since:
1.1.7
Author:
arobinson74

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
UpdateActionListenerTagHandler(javax.faces.view.facelets.ComponentConfig config)
           
UpdateActionListenerTagHandler(javax.faces.view.facelets.TagConfig config)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 
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

UpdateActionListenerTagHandler

public UpdateActionListenerTagHandler(javax.faces.view.facelets.ComponentConfig config)
Parameters:
config -

UpdateActionListenerTagHandler

public UpdateActionListenerTagHandler(javax.faces.view.facelets.TagConfig config)
Parameters:
config -
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws IOException,
                  javax.faces.FacesException,
                  javax.faces.view.facelets.FaceletException,
                  javax.el.ELException
Throws:
IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
See Also:
com.sun.facelets.FaceletHandler#apply(com.sun.facelets.FaceletContext, javax.faces.component.UIComponent)


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