|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CacheableResolution | A resolution that can be cached by the browser |
ForwardResolution | A forward resolution |
HttpResolution | A response object with http headers. |
RedirectResolution | An interface implemented by redirect resolutions. |
Resolution | A Resolution is a class that delivers actual content to the browser. |
ResolutionFactory | A factory for Resolution classes. |
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 |
Enum Summary | |
---|---|
JsonResolution.Transport |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |