Uses of Class
com.vaadin.spring.navigator.SpringViewProvider.ViewInfo
Packages that use SpringViewProvider.ViewInfo
-
Uses of SpringViewProvider.ViewInfo in com.vaadin.spring.navigator
Methods in com.vaadin.spring.navigator that return types with arguments of type SpringViewProvider.ViewInfoModifier and TypeMethodDescriptionprotected List<SpringViewProvider.ViewInfo>SpringViewProvider.getAllowedViewsForCurrentUI()Return a collection with all the registered Spring views for the current UI which the current user is allowed to access.protected List<SpringViewProvider.ViewInfo>SpringViewProvider.getAllowedViewsForCurrentUI(String viewName) Return a collection with all the registered Spring views with the given view name for the current UI and which the current user is allowed to access.protected List<SpringViewProvider.ViewInfo>SpringViewProvider.getAllViewsForCurrentUI()Return a collection with all the registered Spring views for the current UI regardless of access restrictions.Methods in com.vaadin.spring.navigator with parameters of type SpringViewProvider.ViewInfoModifier and TypeMethodDescriptionprotected com.vaadin.navigator.ViewSpringViewProvider.getViewFromApplicationContext(SpringViewProvider.ViewInfo viewInfo) Fetches a view from the application context.protected com.vaadin.navigator.ViewSpringViewProvider.getViewFromApplicationContextAndCheckAccess(SpringViewProvider.ViewInfo viewInfo) protected booleanSpringViewProvider.isAccessGranted(SpringViewProvider.ViewInfo view) protected booleanSpringViewProvider.isAccessGrantedToViewInstance(SpringViewProvider.ViewInfo viewInfo, com.vaadin.navigator.View view) protected booleanSpringViewProvider.isViewValidForCurrentUI(SpringViewProvider.ViewInfo viewInfo) Method parameters in com.vaadin.spring.navigator with type arguments of type SpringViewProvider.ViewInfoModifier and TypeMethodDescriptionprotected StringSpringViewProvider.getViewName(String viewAndParameters, List<SpringViewProvider.ViewInfo> views)