Package com.vaadin.client.communication
Class TranslatedURLReference
- java.lang.Object
-
- com.vaadin.shared.communication.URLReference
-
- com.vaadin.client.communication.TranslatedURLReference
-
- All Implemented Interfaces:
Serializable
public class TranslatedURLReference extends URLReference
A URLReference implementation which does late URL translation to be able to re-translate URLs if e.g. the theme changes- Since:
- 7.3
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslatedURLReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetURL()voidsetConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.-
Methods inherited from class com.vaadin.shared.communication.URLReference
setURL
-
-
-
-
Method Detail
-
setConnection
public void setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to. Called internally by the framework.- Parameters:
connection- the application connection this instance is connected to
-
getURL
public String getURL()
- Overrides:
getURLin classURLReference
-
-