Package com.vaadin.client
Class DefaultRegistry
- java.lang.Object
-
- com.vaadin.client.Registry
-
- com.vaadin.client.DefaultRegistry
-
public class DefaultRegistry extends Registry
A registry implementation used byApplicationConnection.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description DefaultRegistry(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, getScrollPositionHandler, getServerConnector, getServerRpcQueue, getStateTree, getSystemErrorHandler, getUILifecycle, getURIResolver, getXhrConnection, reset, set, set
-
-
-
-
Constructor Detail
-
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
-
-