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.StatusReturns the enum constant of this class with the specified name.static HttpResponse.StatusHttpResponse.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 TypeMethodDescriptionvoidSimpleRestTestSupport.assertStatusCode(String message, HttpResponse.Status expected, HttpResponse response) ステータスコードが想定通りであることを表明する。