com.vaadin.terminal.gwt.client.communication
Class URLReference

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.URLReference
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceReference

public class URLReference
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
URLReference()
           
 
Method Summary
 String getURL()
          Returns the URL that this object refers to.
 void setURL(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 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(String URL)
Sets the URL that this object refers to

Parameters:
URL -


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