com.vaadin.shared.communication
Class URLReference

java.lang.Object
  extended by com.vaadin.shared.communication.URLReference
All Implemented Interfaces:
java.io.Serializable

public class URLReference
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
URLReference()
           
 
Method Summary
 java.lang.String getURL()
          Returns the URL that this object refers to.
 void setURL(java.lang.String URL)
          Sets the URL that this object refers to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLReference

public URLReference()
Method Detail

getURL

public java.lang.String getURL()
Returns the URL that this object refers to.

Note that the URL can use special protocols like theme://

Returns:
The URL for this reference or null if unknown.

setURL

public void setURL(java.lang.String URL)
Sets the URL that this object refers to

Parameters:
URL -


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.