Package | Description |
---|---|
nablarch.fw.web |
画面オンライン処理方式の主要APIを収めたパッケージ。
|
Modifier and Type | Method and Description |
---|---|
static HttpResponse.Status |
HttpResponse.Status.valueOf(java.lang.String name)
Returns the enum constant of this type 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 type, in
the order they are declared.
|