| Class and Description |
|---|
| Command
A generic command interface meant to be used for passing lambdas around.
|
| VaadinRequest
A generic request to the server, wrapping a more specific request type, e.g.
|
| VaadinService
An abstraction of the underlying technology, e.g.
|
| VaadinSession
Contains everything that Vaadin needs to store for a specific user.
|
| Class and Description |
|---|
| VaadinService
An abstraction of the underlying technology, e.g.
|
| VaadinSession
Contains everything that Vaadin needs to store for a specific user.
|
| Class and Description |
|---|
| VaadinService
An abstraction of the underlying technology, e.g.
|
| Class and Description |
|---|
| BootstrapListener
This event listener is notified when the bootstrap HTML is about to be
generated and sent to the client.
|
| DependencyFilter |
| VaadinService
An abstraction of the underlying technology, e.g.
|
| VaadinServiceInitListener
Listener for
VaadinService initialization events. |
| Class and Description |
|---|
| AbstractStreamResource
Abstract stream resource class.
|
| Class and Description |
|---|
| AbstractStreamResource
Abstract stream resource class.
|
| Class and Description |
|---|
| Command
A generic command interface meant to be used for passing lambdas around.
|
| VaadinRequest
A generic request to the server, wrapping a more specific request type, e.g.
|
| VaadinSession
Contains everything that Vaadin needs to store for a specific user.
|
| Class and Description |
|---|
| AbstractStreamResource
Abstract stream resource class.
|
| Class and Description |
|---|
| VaadinRequest
A generic request to the server, wrapping a more specific request type, e.g.
|
| Class and Description |
|---|
| AbstractDeploymentConfiguration
An abstract base class for DeploymentConfiguration implementations.
|
| AbstractStreamResource
Abstract stream resource class.
|
| BootstrapHandler.BootstrapContext
Provides context information for the bootstrap process.
|
| BootstrapHandler.BootstrapUriResolver
The URI resolver used in the bootstrap process.
|
| BootstrapListener
This event listener is notified when the bootstrap HTML is about to be
generated and sent to the client.
|
| BootstrapPageResponse
This represents the state of a bootstrap page being generated.
|
| Command
A generic command interface meant to be used for passing lambdas around.
|
| DependencyFilter |
| DependencyFilter.FilterContext
Provides context information for the dependency filter operation.
|
| ErrorEvent
An error thrown by the framework and handled by an
ErrorHandler. |
| ErrorHandler
Application errors handler.
|
| FutureAccess
Encapsulates a
Command submitted using
VaadinSession.access(Command). |
| InitialPageSettings
Initial page settings class for modifying the bootstrap page.
|
| InitialPageSettings.Position
Append position enum.
|
| InitialPageSettings.WrapMode
Content wrapping mode enum.
|
| InputStreamFactory
Creates input stream instances that provides the actual data of a
StreamResource. |
| RequestHandler
Handler for producing a response to HTTP requests.
|
| ServiceDestroyEvent
Event fired to
ServiceDestroyListener when a VaadinService is
being destroyed. |
| ServiceDestroyListener
Listener that gets notified when the
VaadinService to which it has
been registered is destroyed. |
| ServiceException
Thrown for problems which occur in the
VaadinService layer. |
| ServiceInitEvent
Event fired to
VaadinServiceInitListener when a VaadinService
is being initialized. |
| ServletHelper.RequestType
Framework internal enum for tracking the type of a request.
|
| SessionDestroyEvent
Event fired when a Vaadin service session is no longer in use.
|
| SessionDestroyListener
A listener that gets notified when a Vaadin service session is no longer
used.
|
| SessionExpiredException
Exception indicating that the session has expired.
|
| SessionInitEvent
Event gets fired when a new Vaadin service session is initialized for a
Vaadin service.
|
| SessionInitListener
Event listener that can be registered to a
VaadinService to get an
event when a new Vaadin service session is initialized for that service. |
| StreamReceiver
Represents a receiver for data upload from the client.
|
| StreamRegistration
Stream registration result.
|
| StreamResource
Represents dynamically generated data.
|
| StreamResourceRegistry
Registry for
StreamResource instances. |
| StreamResourceWriter
Output stream consumer.
|
| StreamVariable
StreamVariable is a special kind of variable whose value is streamed to an
OutputStream provided by the StreamVariable.getOutputStream() method. |
| StreamVariable.StreamingEndEvent
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent) method the
contents have been streamed to StreamVariable successfully. |
| StreamVariable.StreamingErrorEvent
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent) method when
the streaming ended before the end of the input. |
| StreamVariable.StreamingEvent
Streaming event interface.
|
| StreamVariable.StreamingProgressEvent
Event passed to
StreamVariable.onProgress(StreamingProgressEvent) method during
the streaming progresses. |
| StreamVariable.StreamingStartEvent
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent) method
before the streaming of the content to StreamVariable starts. |
| SynchronizedRequestHandler
RequestHandler which takes care of locking and unlocking of the VaadinSession
automatically.
|
| SystemMessages
Contains the system messages used to notify the user about various critical
situations that can occur.
|
| SystemMessagesInfo
Provides information available for
SystemMessagesProvider when
defining what SystemMessages to use. |
| SystemMessagesProvider
Gives out system messages based on Locale.
|
| UIInitEvent
Event fired to
UIInitListener when a UI has been initialized. |
| UIInitListener
Event listener that can be registered for receiving an event when a
UI is initialized. |
| VaadinRequest
A generic request to the server, wrapping a more specific request type, e.g.
|
| VaadinResponse
A generic response from the server, wrapping a more specific response type,
e.g.
|
| VaadinService
An abstraction of the underlying technology, e.g.
|
| VaadinServlet
The main servlet, which handles all incoming requests to the application.
|
| VaadinServletRequest
Wrapper for
HttpServletRequest. |
| VaadinServletResponse
Wrapper for
HttpServletResponse. |
| VaadinServletService
A service implementation connected to a
VaadinServlet. |
| VaadinSession
Contains everything that Vaadin needs to store for a specific user.
|
| VaadinSessionState
The lifecycle state of a VaadinSession.
|
| WebBrowser
Provides information about the web browser the user is using.
|
| WrappedSession
A generic session, wrapping a more specific session implementation, e.g.
|
| Class and Description |
|---|
| RequestHandler
Handler for producing a response to HTTP requests.
|
| ServiceException
Thrown for problems which occur in the
VaadinService layer. |
| SessionExpiredHandler
A specialized RequestHandler which is capable of sending session expiration
messages to the user.
|
| StreamReceiver
Represents a receiver for data upload from the client.
|
| StreamResource
Represents dynamically generated data.
|
| SynchronizedRequestHandler
RequestHandler which takes care of locking and unlocking of the VaadinSession
automatically.
|
| SystemMessages
Contains the system messages used to notify the user about various critical
situations that can occur.
|
| VaadinRequest
A generic request to the server, wrapping a more specific request type, e.g.
|
| VaadinResponse
A generic response from the server, wrapping a more specific response type,
e.g.
|
| VaadinService
An abstraction of the underlying technology, e.g.
|
| VaadinServletService
A service implementation connected to a
VaadinServlet. |
| VaadinSession
Contains everything that Vaadin needs to store for a specific user.
|
| WebBrowser
Provides information about the web browser the user is using.
|
| Class and Description |
|---|
| StreamVariable.StreamingEndEvent
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent) method the
contents have been streamed to StreamVariable successfully. |
| StreamVariable.StreamingErrorEvent
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent) method when
the streaming ended before the end of the input. |
| StreamVariable.StreamingEvent
Streaming event interface.
|
| StreamVariable.StreamingProgressEvent
Event passed to
StreamVariable.onProgress(StreamingProgressEvent) method during
the streaming progresses. |
| StreamVariable.StreamingStartEvent
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent) method
before the streaming of the content to StreamVariable starts. |
| Class and Description |
|---|
| DependencyFilter |
| DependencyFilter.FilterContext
Provides context information for the dependency filter operation.
|
| InvalidRouteConfigurationException
Exception indicating that the application's routes have been configured
incorrectly.
|
| ServiceInitEvent
Event fired to
VaadinServiceInitListener when a VaadinService
is being initialized. |
| VaadinServiceInitListener
Listener for
VaadinService initialization events. |
| WebBrowser
Provides information about the web browser the user is using.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.