Class UIWebScript.WebScriptEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.faces.event.FacesEvent
-
- javax.faces.event.ActionEvent
-
- org.springframework.extensions.webscripts.jsf.UIWebScript.WebScriptEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UIWebScript
public static class UIWebScript.WebScriptEvent extends javax.faces.event.ActionEventClass representing the clicking of a webscript url action.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringUrl
-
Constructor Summary
Constructors Constructor Description WebScriptEvent(javax.faces.component.UIComponent component, java.lang.String url)
-