com.vaadin.client.communication
Class TranslatedURLReference

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

public class TranslatedURLReference
extends com.vaadin.shared.communication.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
TranslatedURLReference()
           
 
Method Summary
 java.lang.String getURL()
           
 void setConnection(ApplicationConnection connection)
           
 
Methods inherited from class com.vaadin.shared.communication.URLReference
setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslatedURLReference

public TranslatedURLReference()
Method Detail

setConnection

public void setConnection(ApplicationConnection connection)
Parameters:
connection - the connection to set

getURL

public java.lang.String getURL()
Overrides:
getURL in class com.vaadin.shared.communication.URLReference


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