Package com.vaadin.terminal.gwt.server

Interface Summary
AbstractCommunicationManager.Callback TODO Document me!
ClientConnector Interface implemented by all connectors that are capable of communicating with the client side
Constants TODO Document me!
HttpServletRequestListener Application that implements this interface gets notified of request start and end by terminal.
PortletApplicationContext2.PortletListener  
PortletRequestListener An Application that implements this interface gets notified of request start and end by the terminal.
RpcManager Server side RPC manager that can invoke methods based on RPC calls received from the client.
RpcTarget Marker interface for server side classes that can receive RPC calls.
 

Class Summary
AbstractApplicationPortlet Portlet 2.0 base class.
AbstractApplicationPortlet.AbstractApplicationPortletWrapper  
AbstractApplicationPortlet.WrappedGateinRequest  
AbstractApplicationPortlet.WrappedHttpAndPortletRequest  
AbstractApplicationPortlet.WrappedLiferayRequest  
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.
ApplicationPortlet2 TODO Write documentation, fix JavaDoc tags.
ApplicationResourceHandler  
ApplicationServlet This servlet connects a Vaadin Application to Web.
BootstrapHandler  
ChangeVariablesErrorEvent  
ClientMethodInvocation Internal class for keeping track of pending server to client method invocations for a Connector.
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:
JsonCodec Decoder for converting RPC parameters and other values from JSON in transfer between the client and the server and vice versa.
JsonPaintTarget User Interface Description Language Target.
LegacyChangeVariablesInvocation  
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.
ResourceReference  
ServerRpcManager<T> Server side RPC manager that handles RPC calls coming from the client.
ServerRpcMethodInvocation  
UnsupportedBrowserHandler A RequestHandler that presents an informative page if the browser in use is unsupported.
WebApplicationContext Web application context for Vaadin applications.
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.
WrappedPortletResponse Wrapper for PortletResponse and its subclasses.
 

Enum Summary
AbstractApplicationPortlet.RequestType  
AbstractApplicationServlet.RequestType  
 

Exception Summary
NoInputStreamException  
NoOutputStreamException  
RpcManager.RpcInvocationException Wrapper exception for exceptions which occur during invocation of an RPC call
SessionExpiredException  
SystemMessageException  
UploadException  
 



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