JavaScript is disabled on your browser.
java.lang.Object
com.sun.faces.scripting.groovy.ActionListenerProxy
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener
public class ActionListenerProxy
extends java.lang.Object
implements javax.faces.event.ActionListener
Proxy instance for a groovy-based ActionListener. This allows the ActionListener
to remain registered with the Application while picking up changes at runtime
from the associated groovy script.
Field Summary
Fields
Modifier and Type
Field and Description
private javax.faces.event.ActionListener
alDelegate
private java.lang.String
scriptName
Constructor Summary
Constructors
Constructor and Description
ActionListenerProxy (java.lang.String scriptName,
javax.faces.event.ActionListener alDelegate)
Method Summary
Methods
Modifier and Type
Method and Description
private javax.faces.event.ActionListener
getGroovyDelegate ()
void
processAction (javax.faces.event.ActionEvent event)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.