|
Class Summary |
| SpringUIProvider |
Vaadin UIProvider that looks up UI classes from the
Spring application context. |
| SpringVaadinServlet |
Subclass of the standard Vaadin
servlet that adds a SpringUIProvider to every new Vaadin session and
allows the use of a custom service URL on the bootstrap page. |
| SpringVaadinServletRequest |
Custom Vaadin servlet request to handle getPathInfo() when the servlet is
used via ServletForwardingController which does not set it. |
| SpringVaadinServletService |
Servlet service class that allows customization of the service URL
(client-server communication base URL). |