ru.xpoft.vaadin.SpringSystemMessagesProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-vaadin-integration Show documentation
Show all versions of spring-vaadin-integration Show documentation
Spring and Vaadin integration, forked from xpoft/spring-vaadin
The newest version!
package ru.xpoft.vaadin;
import com.vaadin.server.SystemMessages;
import java.io.Serializable;
import java.util.Locale;
/**
* @author xpoft
*/
public interface SpringSystemMessagesProvider extends Serializable
{
public SystemMessages getSystemMessages(Locale locale);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy