Uses of Class
com.vaadin.spring.navigator.SpringViewProvider.ViewInfo

Packages that use SpringViewProvider.ViewInfo
com.vaadin.spring.navigator   
 

Uses of SpringViewProvider.ViewInfo in com.vaadin.spring.navigator
 

Methods in com.vaadin.spring.navigator that return types with arguments of type SpringViewProvider.ViewInfo
protected  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.ViewInfo
protected  com.vaadin.navigator.View SpringViewProvider.getViewFromApplicationContext(SpringViewProvider.ViewInfo viewInfo)
          Fetches a view from the application context.
protected  com.vaadin.navigator.View SpringViewProvider.getViewFromApplicationContextAndCheckAccess(SpringViewProvider.ViewInfo viewInfo)
           
protected  boolean SpringViewProvider.isAccessGranted(SpringViewProvider.ViewInfo view)
           
protected  boolean SpringViewProvider.isAccessGrantedToViewInstance(SpringViewProvider.ViewInfo viewInfo, com.vaadin.navigator.View view)
           
protected  boolean SpringViewProvider.isViewValidForCurrentUI(SpringViewProvider.ViewInfo viewInfo)
           
 

Method parameters in com.vaadin.spring.navigator with type arguments of type SpringViewProvider.ViewInfo
protected  String SpringViewProvider.getViewName(String viewAndParameters, List<SpringViewProvider.ViewInfo> views)
           
 



Copyright © 2016 Vaadin Ltd. All Rights Reserved.