Package nablarch.fw.web.i18n
Class FilenameBasedResourcePathRule
java.lang.Object
nablarch.fw.web.i18n.ResourcePathRule
nablarch.fw.web.i18n.FilenameBasedResourcePathRule
ファイル名を言語の切り替えに使用するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
createPathForLanguage
(String pathFromContextRoot, String language) 言語対応のリソースパスを作成する。Methods inherited from class nablarch.fw.web.i18n.ResourcePathRule
convertToPathFromContextRoot, existsResource, getPathForLanguage, setServletContextCreator
-
Constructor Details
-
FilenameBasedResourcePathRule
public FilenameBasedResourcePathRule()
-
-
Method Details
-
createPathForLanguage
言語対応のリソースパスを作成する。下記のパスを返す。 pathFromContextRoot: "/aaa/bbb/ccc.css" language: "ja" 戻り値: "/aaa/bbb/ccc_ja.css"
- Specified by:
createPathForLanguage
in classResourcePathRule
- Parameters:
pathFromContextRoot
- コンテキストルートからのパスlanguage
- 言語- Returns:
- 言語対応のリソースパス
-