| パッケージ | 説明 |
|---|---|
| nablarch.fw.web |
画面オンライン処理方式の主要APIを収めたパッケージ。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ResourceLocator |
HttpResponse.getContentPath()
コンテンツパスを取得する。
|
static ResourceLocator |
ResourceLocator.valueOf(String path)
リソースの文字列表現から
ResourceLocatorオブジェクトを生成する。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HttpResponse |
HttpResponse.setContentPath(ResourceLocator resource)
コンテンツパスを設定する。
|