public class BeansDtdResolver extends ObjectSE implements EntityResolverSE
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」をフェッチします。
ResourceEntityResolver
コンストラクターと説明 |
---|
BeansDtdResolver() |
修飾子と型 | メソッドと説明 |
---|---|
InputSourceSE | resolveEntity(StringSE publicId, StringSE systemId) |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
@Nullable public InputSourceSE resolveEntity(@Nullable StringSE publicId, @Nullable StringSE systemId) throws IOExceptionSE
EntityResolverSE
の resolveEntitySE
IOExceptionSE
public StringSE toString()
ObjectSE
の toStringSE