Uses of Enum Class
com.aspectran.web.support.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in com.aspectran.web.activity.response
Methods in com.aspectran.web.activity.response with parameters of type HttpStatusModifier and TypeMethodDescriptionAbstractRestResponse.setStatus
(HttpStatus status) RestResponse.setStatus
(HttpStatus status) -
Uses of HttpStatus in com.aspectran.web.support.http
Methods in com.aspectran.web.support.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatus
HttpStatus.valueOf
(int statusCode) Return the enum constant of this type with the specified numeric value.static HttpStatus
Returns 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.Methods in com.aspectran.web.support.http with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic void
HttpStatusSetter.setStatus
(HttpStatus httpStatus, Translet translet) Sets the status code.