Package org.cafesip.gwtcomp.server

This package contains the server-side classes for the GWT componenets.

See:
          Description

Interface Summary
FileUploadAction Interface that an action class must implement for working with the FileUploadServlet servlet.
LiveDataSource This interface must be implemented by the "data source" class that provides data to one or more LiveDataPanel objects for your GWT application.
 

Class Summary
DirListingServiceImpl GWT servlet for handling RPC calls for ServerFileBrowser org.cafesip.gwtcomp.client.ui.ServerFileBrowser) widget.
FileUploadServlet This servlet provides you a convenient way to handle HTML forms containing file uploads along with standard input elements like text field, text area, checkbox, etc.
FormResponse Helper class for FileUploadAction.
LiveDataServiceImpl A GWT servlet for handling the server-side RPC functions needed by the LiveDataPanel to display and refresh data dynamically.
LiveDataSessionInfo This class contains information about a live data session.
LiveDataSourceSession  
SimpleLiveDataSource This class implements a simple live data source that can be used for demonstration purposes.
 

Enum Summary
SimpleLiveDataSource.LiveDataStrategy Enumerates the data-generation strategy.
 

Exception Summary
GWTComponentsException  
 

Package org.cafesip.gwtcomp.server Description

This package contains the server-side classes for the GWT componenets. The components consists of a set servlets and utility classes.



Copyright © 2010 Cafesip.org. All Rights Reserved.