Uses of Class
com.aspectran.web.support.http.HttpStatus
-
Packages that use HttpStatus Package Description com.aspectran.web.activity.response com.aspectran.web.support.http -
-
Uses of HttpStatus in com.aspectran.web.activity.response
Methods in com.aspectran.web.activity.response with parameters of type HttpStatus Modifier and Type Method Description voidAbstractRestResponse. setStatus(HttpStatus status)voidRestResponse. setStatus(HttpStatus status) -
Uses of HttpStatus in com.aspectran.web.support.http
Methods in com.aspectran.web.support.http that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. valueOf(int statusCode)Return the enum constant of this type with the specified numeric value.static HttpStatusHttpStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpStatus[]HttpStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspectran.web.support.http with parameters of type HttpStatus Modifier and Type Method Description static voidHttpStatusSetter. setStatus(HttpStatus httpStatus, com.aspectran.core.activity.Translet translet)Sets the status code.
-