Uses of Enum Class
nablarch.fw.web.HttpResponse.Status
-
Uses of HttpResponse.Status in nablarch.fw.web
Modifier and TypeMethodDescriptionstatic HttpResponse.Status
Returns the enum constant of this class with the specified name.static HttpResponse.Status
HttpResponse.Status.valueOfCode
(int code) 指定されたステータスコードに対するStatus
オブジェクトを返す。static HttpResponse.Status[]
HttpResponse.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpResponse.Status in nablarch.test.core.http
Modifier and TypeMethodDescriptionvoid
SimpleRestTestSupport.assertStatusCode
(String message, HttpResponse.Status expected, HttpResponse response) ステータスコードが想定通りであることを表明する。