Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
などのようsessionに、JSP に暗黙的なオブジェクトのセットがあることは誰もが知っています。request
session
request
独自のカスタム暗黙オブジェクトを追加して、すべての JSP ですぐに使用できるようにする方法はありますか?
暗黙的なオブジェクトは、jsp がサーブレットに変換されるたびに、コードで使用できるオブジェクトをコード内に作成するという標準に他なりません。それでおしまい。より明確に理解するには、翻訳された jsp ファイルを読んでください。
ここを参照