Package com.vaadin.shared.communication
Class URLReference
- java.lang.Object
-
- com.vaadin.shared.communication.URLReference
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceReference
,TranslatedURLReference
public class URLReference extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getURL()
Returns the URL that this object refers to.void
setURL(String URL)
Sets the URL that this object refers to
-