wisdom.core
クラス CoreMessageGenerator

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

public class CoreMessageGenerator
extends RBMessageGenerator

フレームワーク内部のメッセージ生成クラス
このクラスは主にCoreExceptionで使用されるメッセージを生成するために使用されます。 アプリケーションから使用されることはありません。
メッセージ資源として使用されるプロパティファイルは同パッケージ内のCoreMessageResource.propertiesです。

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

フィールドの概要
static java.lang.String props
          使用するプロパティファイルの値
static long serialVersionUID
           
 
メソッドの概要
static MessageGenerator getInstance()
          MessageGeneratorのインスタンスを取得します。
 
クラス wisdom.core.RBMessageGenerator から継承したメソッド
getMessage, getMessage, getMessage, getMessage
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

serialVersionUID

public static final long serialVersionUID
関連項目:
定数フィールド値

props

public static final java.lang.String props
使用するプロパティファイルの値

関連項目:
定数フィールド値
メソッドの詳細

getInstance

public static MessageGenerator getInstance()
MessageGeneratorのインスタンスを取得します。
戻されるインスタンスはBaseMessageGeneratorです。

戻り値:
BaseMessageGeneratorのインスタンス