All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nablarch.core.message-by-property-files.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!-- プロパティファイルによるメッセージ管理機能の設定 -->
<component-configuration
        xmlns="http://tis.co.jp/nablarch/component-configuration"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://tis.co.jp/nablarch/component-configuration  https://nablarch.github.io/schema/component-configuration.xsd">

  <!-- 文字列リソースのロードモジュール -->
  <component name="stringResourceLoader"
             class="nablarch.core.message.PropertiesStringResourceLoader">
    <!-- デフォルトのロケール -->
    <property name="defaultLocale" value="${nablarch.propertiesStringResourceLoader.defaultLanguage}"/>
  </component>

  <!-- 文字列リソースのキャッシュ -->
  <component name="stringResourceCache"
             class="nablarch.core.cache.BasicStaticDataCache">
    <property name="loader" ref="stringResourceLoader"/>
    <!-- 初期ロード -->
    <property name="loadOnStartup" value="${nablarch.stringResourceCache.loadOnStartup}"/>
  </component>

  <!-- 文字列リソースの保持クラス -->
  <component name="stringResourceHolder"
             class="nablarch.core.message.StringResourceHolder">
    <property name="stringResourceCache" ref="stringResourceCache"/>
  </component>
</component-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy