|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.ModuleConfigFactory
A factory interface for creating ModuleConfigs.
ModuleConfig| フィールドの概要 | |
protected static java.lang.Class |
clazz
The Java class to be used for ModuleConfigFactory instances. |
protected static java.lang.String |
factoryClass
The fully qualified class name to be used for ModuleConfigFactory instances. |
private static org.apache.commons.logging.Log |
LOG
Commons Logging instance. |
| コンストラクタの概要 | |
ModuleConfigFactory()
|
|
| メソッドの概要 | |
static ModuleConfigFactory |
createFactory()
Create and return a ModuleConfigFactory instance of the
appropriate class, which can be used to create customized
ModuleConfig instances. |
abstract ModuleConfig |
createModuleConfig(java.lang.String prefix)
Create and return a newly instansiated ModuleConfig.
|
static java.lang.String |
getFactoryClass()
The fully qualified class name that is used for ModuleConfigFactory instances. |
static void |
setFactoryClass(java.lang.String factoryClass)
Set the fully qualified class name that is used for ModuleConfigFactory instances. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected static java.lang.Class clazz
ModuleConfigFactory instances.
private static final org.apache.commons.logging.Log LOG
protected static java.lang.String factoryClass
ModuleConfigFactory instances.
| コンストラクタの詳細 |
public ModuleConfigFactory()
| メソッドの詳細 |
public abstract ModuleConfig createModuleConfig(java.lang.String prefix)
ModuleConfig.
This method must be implemented by concrete subclasses.
prefix - Module prefix for Configurationpublic static java.lang.String getFactoryClass()
ModuleConfigFactory instances.
ModuleConfigFactory instancespublic static void setFactoryClass(java.lang.String factoryClass)
ModuleConfigFactory instances.
factoryClass - name that is used for
ModuleConfigFactory instancespublic static ModuleConfigFactory createFactory()
ModuleConfigFactory instance of the
appropriate class, which can be used to create customized
ModuleConfig instances. If no such factory can be
created, return null instead.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||