Uses of Package
com.vaadin.server

Packages that use com.vaadin.server
com.vaadin The Vaadin base package. 
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
com.vaadin.data.util.converter   
com.vaadin.event   
com.vaadin.event.dd   
com.vaadin.event.dd.acceptcriteria   
com.vaadin.navigator   
com.vaadin.server   
com.vaadin.service   
com.vaadin.ui   
 

Classes in com.vaadin.server used by com.vaadin
AbstractUIProvider
           
DeploymentConfiguration
          A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.
Terminal.ErrorEvent
          Deprecated. An error event implementation for Terminal.
Terminal.ErrorListener
          Deprecated. Interface for listening to Terminal errors.
UIProvider
           
VaadinSession
          Contains everything that Vaadin needs to store for a specific user.
WrappedRequest
          A generic request to the server, wrapping a more specific request type, e.g.
 

Classes in com.vaadin.server used by com.vaadin.data.util
Resource
          Resource provided to the client terminal.
 

Classes in com.vaadin.server used by com.vaadin.data.util.converter
VaadinSession
          Contains everything that Vaadin needs to store for a specific user.
 

Classes in com.vaadin.server used by com.vaadin.event
KeyMapper
          KeyMapper is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
PaintException
          PaintExcepection is thrown if painting of a component fails.
PaintTarget
          This interface defines the methods for painting XML to the UIDL stream.
Resource
          Resource provided to the client terminal.
VariableOwner
          Deprecated. in 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement LegacyComponent.
 

Classes in com.vaadin.server used by com.vaadin.event.dd
ClientConnector
          Interface implemented by all connectors that are capable of communicating with the client side
RpcTarget
          Marker interface for server side classes that can receive RPC calls.
Sizeable
          Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
 

Classes in com.vaadin.server used by com.vaadin.event.dd.acceptcriteria
PaintException
          PaintExcepection is thrown if painting of a component fails.
PaintTarget
          This interface defines the methods for painting XML to the UIDL stream.
 

Classes in com.vaadin.server used by com.vaadin.navigator
AbstractClientConnector
          An abstract base class for ClientConnector implementations.
ClientConnector
          Interface implemented by all connectors that are capable of communicating with the client side
Page
           
Page.FragmentChangedEvent
          Event fired when uri fragment changes.
Page.FragmentChangedListener
          Listener that listens changes in URI fragment.
RpcTarget
          Marker interface for server side classes that can receive RPC calls.
Sizeable
          Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
 

Classes in com.vaadin.server used by com.vaadin.server
AbstractClientConnector
          An abstract base class for ClientConnector implementations.
AbstractCommunicationManager
          Deprecated. might be refactored or removed before 7.0.0
AbstractCommunicationManager.Callback
          Deprecated. might be refactored or removed before 7.0.0
AbstractCommunicationManager.InvalidUIDLSecurityKeyException
          Deprecated.  
AbstractErrorMessage
          Base class for component error messages.
AbstractErrorMessage.ContentMode
           
AbstractExtension
          An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
AbstractUIProvider
           
AbstractVaadinService
          Abstract implementation of VaadinService that takes care of those parts that are common to both servlets and portlets.
AddonContext
          Point of entry for add-ons for integrating into various aspects of the framework.
AddonContextEvent
          Event used when an AddonContext is created and destroyed.
AddonContextListener
          Listener that gets notified then the AddonContext is initialized, allowing an add-on to add listeners to various parts of the framework.
ApplicationStartedEvent
          Event used by ApplicationStartedListener.applicationStarted(ApplicationStartedEvent) .
ApplicationStartedListener
          Listener that gets notified when a new VaadinSession has been started.
BootstrapFragmentResponse
          A representation of a bootstrap fragment being generated.
BootstrapHandler
          Deprecated. might be refactored or removed before 7.0.0
BootstrapHandler.BootstrapContext
          Deprecated.  
BootstrapListener
          Event listener notified when the bootstrap HTML is about to be generated and send to the client.
BootstrapPageResponse
          A representation of a bootstrap page being generated.
BootstrapResponse
          Base class providing common functionality used in different bootstrap modification events.
ClientConnector
          Interface implemented by all connectors that are capable of communicating with the client side
ClientMethodInvocation
          Internal class for keeping track of pending server to client method invocations for a Connector.
CommunicationManager
          Deprecated. might be refactored or removed before 7.0.0
ComponentSizeValidator.InvalidLayout
           
ConnectorResource
          A resource that is served through the Connector that is using the resource.
Constants
          TODO Document me!
DeploymentConfiguration
          A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.
DownloadStream
          Downloadable stream.
EncodeResult
           
ErrorMessage
          Interface for rendering error messages to terminal.
ErrorMessage.ErrorLevel
           
Extension
          An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
GlobalResourceHandler
          A RequestHandler that takes care of ConnectorResources that should not be served by the connector.
JsonCodec.BeanProperty
           
Page
           
Page.BrowserWindowResizeEvent
          Event that is fired when a browser window containing a uI is resized.
Page.BrowserWindowResizeListener
          Listener that gets notified when the size of the browser window containing the uI has changed.
Page.FragmentChangedEvent
          Event fired when uri fragment changes.
Page.FragmentChangedListener
          Listener that listens changes in URI fragment.
PaintException
          PaintExcepection is thrown if painting of a component fails.
PaintTarget
          This interface defines the methods for painting XML to the UIDL stream.
PaintTarget.PaintStatus
          Result of starting to paint a Component ( PaintTarget.startPaintable(Component, String)).
RequestHandler
          Handler for producing a response to non-UIDL requests.
Resource
          Resource provided to the client terminal.
ResourceReference
           
RpcManager
          Server side RPC manager that can invoke methods based on RPC calls received from the client.
RpcManager.RpcInvocationException
          Wrapper exception for exceptions which occur during invocation of an RPC call
RpcTarget
          Marker interface for server side classes that can receive RPC calls.
ServerRpcMethodInvocation
           
SessionExpiredException
           
Sizeable
          Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
Sizeable.Unit
           
StreamResource.StreamSource
          Interface implemented by the source of a StreamResource.
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 #uploadFinished(StreamingEndEvent) method the contents have been streamed to StreamVariable successfully.
StreamVariable.StreamingErrorEvent
          Event passed to #uploadFailed(StreamingErrorEvent) method when the streaming ended before the end of the input.
StreamVariable.StreamingEvent
           
StreamVariable.StreamingProgressEvent
          Event passed to StreamVariable.onProgress(StreamingProgressEvent) method during the streaming progresses.
StreamVariable.StreamingStartEvent
          Event passed to #uploadStarted(StreamingStartEvent) method before the streaming of the content to StreamVariable starts.
SystemMessages
          Contains the system messages used to notify the user about various critical situations that can occur.
Terminal.ErrorEvent
          Deprecated. An error event implementation for Terminal.
Terminal.ErrorListener
          Deprecated. Interface for listening to Terminal errors.
ThemeResource
          ThemeResource is a named theme dependant resource provided and managed by a theme.
UIProvider
           
UploadException
           
VaadinPortlet
          Portlet 2.0 base class.
VaadinPortlet.PortletService
           
VaadinPortlet.RequestType
          Deprecated. might be refactored or removed before 7.0.0
VaadinPortlet.WrappedHttpAndPortletRequest
           
VaadinPortletSession
          Deprecated. might be refactored or removed before 7.0.0
VaadinPortletSession.PortletListener
          Deprecated.  
VaadinService
          Provide deployment specific settings that are required outside terminal specific code.
VaadinServlet
           
VaadinServlet.RequestType
          Deprecated. might be refactored or removed before 7.0.0
VaadinServlet.ServletService
           
VaadinServletSession
          Deprecated. might be refactored or removed before 7.0.0
VaadinSession
          Contains everything that Vaadin needs to store for a specific user.
VaadinSession.SessionStartEvent
          Deprecated. might be refactored or removed before 7.0.0
VaadinSession.WindowAttachEvent
          Deprecated. might be refactored or removed before 7.0.0
VaadinSession.WindowDetachEvent
          Deprecated. might be refactored or removed before 7.0.0
VariableOwner
          Deprecated. in 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement LegacyComponent.
WebBrowser
          Class that provides information about the web browser the user is using.
WrappedHttpServletRequest
          Wrapper for HttpServletRequest.
WrappedHttpServletResponse
          Wrapper for HttpServletResponse.
WrappedPortletRequest
          Wrapper for PortletRequest and its subclasses.
WrappedRequest
          A generic request to the server, wrapping a more specific request type, e.g.
WrappedRequest.BrowserDetails
          Deprecated. might be refactored or removed before 7.0.0
WrappedResponse
          A generic response from the server, wrapping a more specific response type, e.g.
WrappedSession
          A generic session, wrapping a more specific session implementation, e.g.
 

Classes in com.vaadin.server used by com.vaadin.service
Resource
          Resource provided to the client terminal.
 

Classes in com.vaadin.server used by com.vaadin.ui
AbstractClientConnector
          An abstract base class for ClientConnector implementations.
AbstractExtension
          An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
ClientConnector
          Interface implemented by all connectors that are capable of communicating with the client side
ErrorMessage
          Interface for rendering error messages to terminal.
Extension
          An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
KeyMapper
          KeyMapper is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
LegacyComponent
          Interface provided to ease porting of Vaadin 6 components to Vaadin 7.
Page
           
Page.BrowserWindowResizeListener
          Listener that gets notified when the size of the browser window containing the uI has changed.
PaintException
          PaintExcepection is thrown if painting of a component fails.
PaintTarget
          This interface defines the methods for painting XML to the UIDL stream.
Resource
          Resource provided to the client terminal.
RpcTarget
          Marker interface for server side classes that can receive RPC calls.
Scrollable
           This interface is implemented by all visual objects that can be scrolled programmatically from the server-side.
Sizeable
          Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
Sizeable.Unit
           
StreamVariable
          StreamVariable is a special kind of variable whose value is streamed to an OutputStream provided by the StreamVariable.getOutputStream() method.
Terminal.ErrorEvent
          Deprecated. An error event implementation for Terminal.
VaadinSession
          Contains everything that Vaadin needs to store for a specific user.
VariableOwner
          Deprecated. in 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement LegacyComponent.
WrappedRequest
          A generic request to the server, wrapping a more specific request type, e.g.
WrappedResponse
          A generic response from the server, wrapping a more specific response type, e.g.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.