package org.vaadin.tori.util; public interface UrlConverter { String convertUrlToToriForm(String url); }