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.
Freemarker カスタム ディレクティブ内から http セッション属性にアクセスすることは可能ですか? もしそうなら、どのように?
そのような変数をデータ モデル (テンプレート コンテキスト) に入れるかどうかは、Web アプリケーション フレームワーク次第です。FreeMarker 自体はそのようなことはしません。ただし、Web Application Framework が を使用している場合は、 のfreemarker.ext.servlet.FreemarkerServletようになるはずですSession.someAttributeName。
freemarker.ext.servlet.FreemarkerServlet
Session.someAttributeName