Class UIWebScript.WebScriptEvent

  • All Implemented Interfaces:
    java.io.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

      Fields 
      Modifier and Type Field Description
      java.lang.String Url  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      WebScriptEvent​(javax.faces.component.UIComponent component, java.lang.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 java.lang.String Url
    • Constructor Detail

      • WebScriptEvent

        public WebScriptEvent​(javax.faces.component.UIComponent component,
                              java.lang.String url)