Uses of Class
nablarch.fw.web.i18n.ResourcePathRule
Packages that use ResourcePathRule
Package
Description
画面作成を助けるカスタムタグを提供する。
画面オンライン処理方式向けフレームワーク標準ハンドラ。
国際化対応の機能を提供する。
-
Uses of ResourcePathRule in nablarch.common.web.tag
Methods in nablarch.common.web.tag that return ResourcePathRuleModifier and TypeMethodDescriptionCustomTagConfig.getResourcePathRule()
言語対応のリソースパスを取得する際に使用するリソースパスルールのデフォルト値を取得する。Methods in nablarch.common.web.tag with parameters of type ResourcePathRuleModifier and TypeMethodDescriptionvoid
CustomTagConfig.setResourcePathRule
(ResourcePathRule resourcePathRule) 言語対応のリソースパスを取得する際に使用するリソースパスルールのデフォルト値を設定する。 -
Uses of ResourcePathRule in nablarch.fw.web.handler
Methods in nablarch.fw.web.handler with parameters of type ResourcePathRuleModifier and TypeMethodDescriptionvoid
HttpResponseHandler.setContentPathRule
(ResourcePathRule contentPathRule) 言語対応コンテンツパスのルールを設定する。 -
Uses of ResourcePathRule in nablarch.fw.web.i18n
Subclasses of ResourcePathRule in nablarch.fw.web.i18nModifier and TypeClassDescriptionclass
コンテキストルート直下のディレクトリを言語の切り替えに使用するクラス。class
ファイル名を言語の切り替えに使用するクラス。