Interface VaadinApplicationContext

  • All Known Implementing Classes:
    VaadinApplicationContextImpl

    public interface VaadinApplicationContext
    An ApplicationContext for Vaadin-Applications. It should provide a Vaadin-Application with all needed information, such as sessionId, username and so on. In addition it helps getting access to the underlying OSGi-Container and provide the application with a session scope.
    Author:
    Markus von RĂ¼den