|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.commons.validator.ValidatorResourcesInitializer
XMLファイルの情報を ValidatorResources にマッピングします。
| フィールドの概要 | |
protected static org.apache.commons.logging.Log |
log
Logger |
protected static String[] |
registrations
The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about. |
| コンストラクタの概要 | |
ValidatorResourcesInitializer()
|
|
| メソッドの概要 | |
static ValidatorResources |
initialize(InputStream in)
Initializes a ValidatorResources based on the InputStream
and automatically process the resources. |
static ValidatorResources |
initialize(String fileName)
Initializes a ValidatorResources based on a
file path and automatically process the resources. |
static void |
initialize(ValidatorResources resources,
InputStream in)
Initializes the ValidatorResources based on the InputStream
and automatically process the resources. |
static void |
initialize(ValidatorResources resources,
InputStream in,
boolean process)
Initializes a ValidatorResources based on the InputStream
and processes the resources based on the boolean passed in. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected static org.apache.commons.logging.Log log
protected static String[] registrations
| コンストラクタの詳細 |
public ValidatorResourcesInitializer()
| メソッドの詳細 |
public static ValidatorResources initialize(String fileName)
throws IOException
ValidatorResources based on a
file path and automatically process the resources.
fileName - The file path for the xml resource.
IOException
public static ValidatorResources initialize(InputStream in)
throws IOException
ValidatorResources based on the InputStream
and automatically process the resources.
in - InputStream for the xml resource.
IOException
public static void initialize(ValidatorResources resources,
InputStream in)
throws IOException
ValidatorResources based on the InputStream
and automatically process the resources.
resources - Resources to initialize.in - InputStream for the xml resource.
IOException
public static void initialize(ValidatorResources resources,
InputStream in,
boolean process)
throws IOException
ValidatorResources based on the InputStream
and processes the resources based on the boolean passed in.
resources - Resources to initialize.in - InputStream for the xml resource.process - Whether or not to call process on ValidatorResources.
IOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||