Uses of Interface
nablarch.fw.web.i18n.ServletContextCreator
Packages that use ServletContextCreator
-
Uses of ServletContextCreator in nablarch.fw.web.i18n
Classes in nablarch.fw.web.i18n that implement ServletContextCreatorModifier and TypeClassDescriptionclass
ServletContextCreator
の基本実装クラス。
セッションおよびリポジトリ経由でサーブレットコンテキストを取得する。
サーブレットコンテキストを取得できない場合はIllegalStateException
を送出する。Methods in nablarch.fw.web.i18n with parameters of type ServletContextCreatorModifier and TypeMethodDescriptionvoid
ResourcePathRule.setServletContextCreator
(ServletContextCreator servletContextCreator) ServletContextCreator
を設定する。