Example usage for com.vaadin.navigator ViewProvider interface-usage

List of usage examples for com.vaadin.navigator ViewProvider interface-usage

Introduction

In this page you can find the example usage for com.vaadin.navigator ViewProvider interface-usage.

Usage

From source file org.vaadin.spring.navigator.SpringViewProvider.java

/**
 * A Vaadin {@link ViewProvider} that fetches the views from the Spring application context. The views
 * must implement the {@link View} interface and be annotated with the {@link VaadinView} annotation.
 * <p/>
 * Use like this:
 * <code>