org.apache.myfaces.taglib.core
Class ActionListenerTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.myfaces.taglib.core.GenericListenerTag<javax.faces.component.ActionSource,javax.faces.event.ActionListener>
          extended by org.apache.myfaces.taglib.core.ActionListenerTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ActionListenerTag
extends GenericListenerTag<javax.faces.component.ActionSource,javax.faces.event.ActionListener>

Version:
$Revision: 600199 $ $Date: 2007-12-01 16:28:15 -0500 (Sat, 01 Dec 2007) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ActionListenerTag()
           
 
Method Summary
protected  void addListener(javax.faces.component.ActionSource actionSource, javax.faces.event.ActionListener actionListener)
           
protected  javax.faces.event.ActionListener createDelegateListener(javax.el.ValueExpression type, javax.el.ValueExpression binding)
           
 
Methods inherited from class org.apache.myfaces.taglib.core.GenericListenerTag
createListener, doStartTag, release, setBinding, setType
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerTag

public ActionListenerTag()
Method Detail

addListener

protected void addListener(javax.faces.component.ActionSource actionSource,
                           javax.faces.event.ActionListener actionListener)
Specified by:
addListener in class GenericListenerTag<javax.faces.component.ActionSource,javax.faces.event.ActionListener>

createDelegateListener

protected javax.faces.event.ActionListener createDelegateListener(javax.el.ValueExpression type,
                                                                  javax.el.ValueExpression binding)
Specified by:
createDelegateListener in class GenericListenerTag<javax.faces.component.ActionSource,javax.faces.event.ActionListener>


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