org.apache.struts.util
クラス PropertyMessageResourcesFactory

java.lang.Object
  拡張org.apache.struts.util.MessageResourcesFactory
      拡張org.apache.struts.util.PropertyMessageResourcesFactory
すべての実装インタフェース:
java.io.Serializable

public class PropertyMessageResourcesFactory
extends MessageResourcesFactory

Factory for PropertyMessageResources instances. The configuration paramter for such instances is the base Java package name of the resources entries from which our keys and values will be loaded.

バージョン:
$Revision: 1.1 $ $Date: 2003/10/21 17:47:22 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.util.MessageResourcesFactory から継承したフィールド
clazz, factoryClass, returnNull
 
コンストラクタの概要
PropertyMessageResourcesFactory()
           
 
メソッドの概要
 MessageResources createResources(java.lang.String config)
          Create and return a newly instansiated MessageResources.
 
クラス org.apache.struts.util.MessageResourcesFactory から継承したメソッド
createFactory, getFactoryClass, getReturnNull, setFactoryClass, setReturnNull
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyMessageResourcesFactory

public PropertyMessageResourcesFactory()
メソッドの詳細

createResources

public MessageResources createResources(java.lang.String config)
Create and return a newly instansiated MessageResources. This method must be implemented by concrete subclasses.

定義:
クラス MessageResourcesFactory 内の createResources
パラメータ:
config - Configuration parameter(s) for the requested bundle


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2003 - Apache Software Foundation