wisdom.core.application
クラス AppMessageGenerator

java.lang.Object
  拡張wisdom.core.RBMessageGenerator
      拡張wisdom.core.application.AppMessageGenerator
すべての実装インタフェース:
MessageGenerator

public class AppMessageGenerator
extends RBMessageGenerator

アプリケーションで使用するメッセージを取得するクラス。
このクラスは.propertiesファイルからメッセージを取得します。使用される.propertiesファイルはwisdom_config.xmlの 要素「parameter」の属性「id」が「app.message.resource」の属性「value」の値が使用されます。
<parameter category='message' id='app.message.resource' value='messageResources.AppMessageResource'/>
上の例であれば、messageResources.AppMessageResource_ja_JP.propertiesが参照されます。

バージョン:
1
作成者:
Takao Kouda

メソッドの概要
static MessageGenerator getInstance()
           
 
クラス wisdom.core.RBMessageGenerator から継承したメソッド
getMessage, getMessage, getMessage, getMessage
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getInstance

public static MessageGenerator getInstance()