ru.xpoft.vaadin.ViewCacheContainer 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.navigator.View;
/**
* @author xpoft
*/
public interface ViewCacheContainer
{
public View getView(String name, String beanName, boolean cached);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy