Uses of Class
play.mvc.results.Result
-
Packages that use Result Package Description play play.data.validation play.mvc.results play.plugins -
-
Uses of Result in play
Methods in play with parameters of type Result Modifier and Type Method Description voidPlayPlugin. 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 Modifier and Type Method Description voidValidationPlugin. onActionInvocationResult(Result result) -
Uses of Result in play.mvc.results
Subclasses of Result in play.mvc.results Modifier and Type Class Description classBadRequest400 Bad RequestclassError500 ErrorclassForbidden403 ForbiddenclassNoResultclassNotFound404 not foundclassNotModified304 Not ModifiedclassOk200 OKclassRedirect302 RedirectclassRedirectToStatic302 RedirectclassRenderBinary200 OK with application/octet-streamclassRenderHtml200 OK with a text/plainclassRenderJson200 OK with application/jsonclassRenderStaticclassRenderTemplate200 OK with a template renderingclassRenderText200 OK with a text/plainclassRenderXml200 OK with a text/xmlclassStatusclassUnauthorized401 UnauthorizedclassWebSocketDisconnectclassWebSocketResultWebSocket Result support -
Uses of Result in play.plugins
Methods in play.plugins with parameters of type Result Modifier and Type Method Description voidPluginCollection. onActionInvocationResult(Result result)
-