|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
play | |
play.data.validation | |
play.mvc.results |
Uses of Result in play |
---|
Methods in play with parameters of type Result | |
---|---|
void |
PlayPlugin.onActionInvocationResult(Result result)
Called when the action method has thrown a result. |
Uses of Result in play.data.validation |
---|
Methods in play.data.validation with parameters of type Result | |
---|---|
void |
ValidationPlugin.onActionInvocationResult(Result result)
|
Uses of Result in play.mvc.results |
---|
Subclasses of Result in play.mvc.results | |
---|---|
class |
Error
500 Error |
class |
Forbidden
403 Forbidden |
class |
NoResult
|
class |
NotFound
404 not found |
class |
NotModified
304 Not Modified |
class |
Ok
200 OK |
class |
Redirect
302 Redirect |
class |
RedirectToStatic
302 Redirect |
class |
RenderBinary
200 OK with application/octet-stream |
class |
RenderJson
200 OK with application/json |
class |
RenderStatic
|
class |
RenderTemplate
200 OK with a template rendering |
class |
RenderText
200 OK with a text/plain |
class |
RenderXml
200 OK with a text/xml |
class |
Unauthorized
401 Unauthorized |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |