Package org.gwtwidgets.server.spring

Interface Summary
ModulePathTranslation  
RPCServiceExporter Interface for RPC exporters.
RPCServiceExporterFactory Interface for factories which generate RPCServiceExporter instances.
SerializationPolicyProvider Implementations of this interface can be consulted by the GWTRPCServiceExporter to provide serialization policies for a specific request
ThrowableHandler Interface for exception handlers of RPC services
 

Class Summary
DefaultRPCServiceExporterFactory Returns for each invocation a new GWTRPCServiceExporter
DefaultSerializationPolicyProvider This serialization policy provider simply returns RPCRequest.getSerializationPolicy()
GWTHandler The GWTHandler implements a Spring HandlerMapping which maps RPC from URLs to RemoteService implementations.
GWTRPCServiceExporter This component publishes an object (see GWTRPCServiceExporter.setService(Object)) as a service to the GWT RPC protocol.
GWTSpringController Simple spring controller that merges GWT's RemoteServiceServlet, the Controller and also implements the RemoteService interface so as to be able to directly delegate RPC calls to extending classes.
ReflectionUtils Utilities for internal use
RequestInjection Method interceptor that injects the current HttpServletRequest and the current HttpServletResponse via reflection to a service.
ServletUtils Utility class that allows access to the invoking servlet request and response, which are stored in a thread local variable of the invoking thread.
 



Copyright © 2011. All Rights Reserved.