クラス BeansDtdResolver
java.lang.ObjectSE
org.springframework.beans.factory.xml.BeansDtdResolver
- 実装されたすべてのインターフェース:
EntityResolverSE
Spring Bean DTD の
EntityResolver
SE 実装。Spring クラスパス(または JAR ファイル)から DTD をロードします。DTD 名に "spring-beans" を含むローカル URL として指定されているか、"https://www.springframework.org/dtd/spring-beans-2.0.dtd" として指定されているかに関係なく、クラスパスリソース "/org/springframework/beans/factory/xml/spring-beans.dtd" から "spring-beans.dtd" をフェッチします。
- 導入:
- 04.06.2003
- 作成者:
- Juergen Hoeller, Colin Sampaleanu
- 関連事項:
コンストラクターのサマリー
コンストラクター方法の概要
コンストラクターの詳細
BeansDtdResolver
public BeansDtdResolver()
メソッドの詳細
resolveEntity
@Nullable public InputSourceSE resolveEntity(@Nullable StringSE publicId, @Nullable StringSE systemId) throws IOExceptionSE - 次で指定:
- インターフェース
EntityResolverSE
のresolveEntitySE
- 例外:
IOExceptionSE
toString