Class 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 Detail

      • TranslatedURLReference

        public TranslatedURLReference()
    • 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