List of usage examples for com.vaadin.navigator ViewProvider interface-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>