grails.plugins.gwt.shared
Interface Response

All Superinterfaces:
Serializable

public interface Response
extends Serializable

Represents the response to a particular action. Each implementation of Action should have its own corresponding Response. For example, a search action would have a response that contained the (serializable) search results.