grails.plugins.gwt.client
Interface GwtActionService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService

public interface GwtActionService
extends com.google.gwt.user.client.rpc.RemoteService

GWT RPC interface for the plugin's action service. Any client requests that need to go to action handlers on the server-side should go through this interface.


Method Summary
<T extends Response>
T
execute(Action<T> action)
           
 

Method Detail

execute

<T extends Response> T execute(Action<T> action)