640 バイト追加
、 2020年2月15日 (土) 07:29
==PageContext API を使用して、JSP定義済み変数にアクセスするタグハンドラコードを書き、Webアプリケーション属性にアクセスする==
{|class="wikitable"
!JSP定義済み変数
!取得するタグハンドラコード
|-
|application
|ServletContext application = pageContext.getServletContext();
|-
|request
|ServletRequest request = pageContext.getRequest();
|-
|}
----
{{amazon|1932394389}}
[http://www.amazon.co.jp/dp/1932394389?tag=typea09-22&link_code=as3&creativeASIN=1932394389&creative=3999&camp=767 SCWCD Exam Study Kit: Java Web Component Developer Certification (ペーパーバック)]