| Package | Description |
|---|---|
| com.vaadin.spring.navigator |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SpringViewProvider.getViewName(String viewAndParameters,
List<SpringViewProvider.ViewInfo> views) |
Copyright © 2019 Vaadin Ltd. All Rights Reserved.