org.apache.myfaces.taglib.core
Class DelegateActionListener

java.lang.Object
  extended by org.apache.myfaces.taglib.core.DelegateActionListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class DelegateActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder

This class is used in conjunction with ActionListenerTag. When a tag like this is in a jsp page: or The value of mybean could be already on the context, so this converter avoid creating a new variable and use the previous one.

Version:
$Revision: 600206 $ $Date: 2007-12-01 17:41:50 -0500 (Sat, 01 Dec 2007) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
DelegateActionListener()
           
DelegateActionListener(javax.el.ValueExpression type, javax.el.ValueExpression binding)
           
 
Method Summary
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
           
 void setTransient(boolean arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateActionListener

public DelegateActionListener()

DelegateActionListener

public DelegateActionListener(javax.el.ValueExpression type,
                              javax.el.ValueExpression binding)
Method Detail

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

restoreState

public void restoreState(javax.faces.context.FacesContext facesContext,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
Specified by:
saveState in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean arg0)
Specified by:
setTransient in interface javax.faces.component.StateHolder

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException


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