Class Summary |
AbstractFileResolution |
Delivers a binary file to the browser |
AbstractHttpResolution |
A response object with http headers. |
AutocompleteEntry |
Each entry returned in this Resolution instance |
AutocompleteResolution |
Returns an unordered list of autocompleter results highlighting the
match part in every result. |
BufferedImageResolution |
Delivers an image to the browser |
DateHttpHeader |
A Date http header |
DefaultForwardResolution |
Forward a request. |
DefaultResolutionFactory |
Default ResolutionFactory implementation |
HtmlResolution |
A Resolution class to compose HTML by hand. |
HttpErrorResolution |
Return an http error code (404, 401, etc) |
HttpHeader |
Http Header |
InputStreamResolution |
Deliver the contents from an InputStream to the browser. |
IntHttpHeader |
Integer http header |
JacksonResolution |
A resolution that uses Jackson to serialize a JSON response. |
JsonResolution |
Deprecated. use JacksonResolution instead (available via AbstractAction.json(contents)) |
LocaleForwardResolution |
Forward a request to the specified locale-specific resource. |
PersistentFileResolution |
Delivers a PersistentFile to the browser |
RedirectResolutionImpl |
Redirect resolution implementation. |
StringHttpHeader |
A String http header |
StringResolution |
Returns a string to the browser. |
VoidResolution |
Returns an empty response (204) to the browser. |
ZipFileResolution |
Delivers a zip file to the browser |