Uses of Enum Class
dev.relism.flash.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in dev.relism.flash.http
Methods in dev.relism.flash.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpStatus in dev.relism.flash.models
Methods in dev.relism.flash.models with parameters of type HttpStatusModifier and TypeMethodDescriptionResponse.redirect(HttpStatus status, String url) Redirect with an explicit 3xx status.Response.status(HttpStatus status) Sets the status from anHttpStatusconstant.