com.vaadin.terminal.gwt.server

Package com.vaadin.terminal.gwt.server

Interface Summary
AbstractCommunicationManager.Callback TODO Document me!
AbstractCommunicationManager.Request Generic interface of a (HTTP or Portlet) request to the application.
AbstractCommunicationManager.Response Generic interface of a (HTTP or Portlet) response from the application.
AbstractCommunicationManager.Session Generic wrapper interface for a (HTTP or Portlet) session.
Constants TODO Document me!
HttpServletRequestListener Application that implements this interface gets notified of request start and end by terminal.
PortletApplicationContext.PortletListener  
PortletApplicationContext2.PortletListener  
PortletRequestListener An Application that implements this interface gets notified of request start and end by the terminal.
 

Class Summary
AbstractApplicationPortlet Portlet 2.0 base class.
AbstractApplicationServlet Abstract implementation of the ApplicationServlet which handles all communication between the client and the server.
AbstractCommunicationManager This is a common base class for the server-side implementations of the communication system between the client code (compiled with GWT into JavaScript) and the server side components.
AbstractCommunicationManager.SimpleMultiPartInputStream Stream that extracts content from another stream until the boundary string is encountered.
AbstractWebApplicationContext Base class for web application contexts (including portlet contexts) that handles the common tasks.
ApplicationPortlet Portlet main class for Portlet 1.0 (JSR-168) portlets which consist of a portlet and a servlet.
ApplicationPortlet2 TODO Write documentation, fix JavaDoc tags.
ApplicationRunnerServlet  
ApplicationServlet This servlet connects a Vaadin Application to Web.
ChangeVariablesErrorEvent  
CommunicationManager Application manager processes changes and paints for single application instance.
ComponentSizeValidator  
ComponentSizeValidator.FileLocation  
ComponentSizeValidator.InvalidLayout  
DragAndDropService  
GAEApplicationServlet ApplicationServlet to be used when deploying to Google App Engine, in web.xml:
JsonPaintTarget User Interface Description Language Target.
PortletApplicationContext  
PortletApplicationContext2 TODO Write documentation, fix JavaDoc tags.
PortletCommunicationManager TODO document me!
RequestTimer Times the handling of requests and stores the information as an attribute in the request.
WebApplicationContext Web application context for Vaadin applications.
WebBrowser Class that provides information about the web browser the user is using.
 

Enum Summary
AbstractApplicationPortlet.RequestType  
AbstractApplicationServlet.RequestType  
 

Exception Summary
NoInputStreamException  
NoOutputStreamException  
SessionExpiredException  
SystemMessageException  
UploadException