Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Spring Boot 应用程序中使用 Vaadin 8 并有一个视图范围的视图。我正在使用视图范围,因为我希望每次导航到视图时都有一个新实例,更重要的是,当用户离开视图时,我不希望视图(及其数据)保留在内存中.
但是,我希望能够使用不同的参数从视图本身导航到该视图。在这种情况下,我不希望重新创建视图实例(以及重新加载其数据)。有没有办法做到这一点?也许使用自定义 Spring 范围?