org.springframework.extensions.webscripts.jsf
Class UIWebScript.WebScriptEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.springframework.extensions.webscripts.jsf.UIWebScript.WebScriptEvent
All Implemented Interfaces:
Serializable
Enclosing class:
UIWebScript

public static class UIWebScript.WebScriptEvent
extends javax.faces.event.ActionEvent

Class representing the clicking of a webscript url action.

See Also:
Serialized Form

Field Summary
 String Url
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIWebScript.WebScriptEvent(javax.faces.component.UIComponent component, String url)
           
 
Method Summary
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Url

public String Url
Constructor Detail

UIWebScript.WebScriptEvent

public UIWebScript.WebScriptEvent(javax.faces.component.UIComponent component,
                                  String url)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.