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
    • Method Detail

      • getUiId

        int getUiId()
      • getSessionId

        java.lang.String getSessionId()
      • getUsername

        java.lang.String getUsername()
      • getEventProxy

        EventProxy getEventProxy​(org.osgi.framework.BundleContext bundleContext)