Class URIData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class URIData
    extends java.lang.Object
    implements ActionData
    The URI update event used with onURIChange to notify that the associated URI is changed by the user.

    A typical use of this action is to support a better bookmarking for a page containing iframe.

    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getURI()
      Returns the URI (never null).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getURI

        public java.lang.String getURI()
        Returns the URI (never null). Notice that it does not include the context path, unless it starts with a protocol (such as http://).