Package com.vaadin.client
Class ApplicationConnection
java.lang.Object
com.vaadin.client.ApplicationConnection
Main class for an application / UI.
Initializes the registry and starts the application.
- Since:
- 1.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionApplicationConnection(ApplicationConfiguration applicationConfiguration) Creates an application connection using the given configuration. -
Method Summary
-
Constructor Details
-
ApplicationConnection
Creates an application connection using the given configuration.- Parameters:
applicationConfiguration- the configuration object for the application
-
-
Method Details
-
start
Starts this application.Called by the bootstrapper, which ensures applications are started in order.
- Parameters:
initialUidl- the initial UIDL or null if the server did not provide any
-