Uses of Enum Class
nablarch.fw.web.HttpResponse.Status
Packages that use HttpResponse.Status
-
Uses of HttpResponse.Status in nablarch.fw.web
Methods in nablarch.fw.web that return HttpResponse.StatusModifier 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
Methods in nablarch.test.core.http with parameters of type HttpResponse.StatusModifier and TypeMethodDescriptionvoid
SimpleRestTestSupport.assertStatusCode
(String message, HttpResponse.Status expected, HttpResponse response) ステータスコードが想定通りであることを表明する。