Package com.vaadin.client
Class DefaultRegistry
java.lang.Object
com.vaadin.client.Registry
com.vaadin.client.DefaultRegistry
A registry implementation used by
ApplicationConnection.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultRegistry(ApplicationConnection connection, ApplicationConfiguration applicationConfiguration) Constructs a registry based on the given application connection and configuration references. -
Method Summary
Methods inherited from class com.vaadin.client.Registry
get, getApplicationConfiguration, getApplicationConnection, getConnectionStateHandler, getConstantPool, getDependencyLoader, getExecuteJavaScriptProcessor, getExistingElementMap, getHeartbeat, getInitialPropertiesHandler, getMessageHandler, getMessageSender, getPoller, getPushConfiguration, getReconnectConfiguration, getRequestResponseTracker, getResourceLoader, getServerConnector, getServerRpcQueue, getStateTree, getSystemErrorHandler, getUILifecycle, getURIResolver, getXhrConnection, reset, set, set
-
Constructor Details
-
DefaultRegistry
public DefaultRegistry(ApplicationConnection connection, ApplicationConfiguration applicationConfiguration) Constructs a registry based on the given application connection and configuration references.- Parameters:
connection- the application connectionapplicationConfiguration- the application configuration
-