Package | Description |
---|---|
nablarch.fw.web |
画面オンライン処理方式の主要APIを収めたパッケージ。
|
Modifier and Type | Method and Description |
---|---|
ResourceLocator |
HttpResponse.getContentPath()
コンテンツパスを取得する。
HTTPレスポンスボディに書き込むコンテンツパスを取得する。
|
static ResourceLocator |
ResourceLocator.valueOf(java.lang.String path)
リソースの文字列表現から
ResourceLocator オブジェクトを生成する。
"file|classpath|forward|servlet|redirect|https|http"に含まれないスキームを指定した場合、スキームは常に「servlet」となる。 |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpResponse.setContentPath(ResourceLocator resource)
コンテンツパスを設定する。
指定した
ResourceLocator オブジェクトがnull でない場合は、
リソース名からContent-Typeを自動的に設定した後、コンテンツパスを設定する。ResourceLocator オブジェクトがnull の場合は、コンテンツパスのみ設定する。 |