C# 클래스 Spring.Objects.Factory.Xml.WebObjectDefinitionReader

An XmlObjectDefinitionReader capable of handling web object definitions (Pages, Controls)
상속: Spring.Objects.Factory.Xml.XmlObjectDefinitionReader, IWebObjectNameGenerator
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
WebObjectDefinitionReader ( string contextVirtualPath, IObjectDefinitionRegistry registry, XmlResolver resolver ) : System.Xml

Creates a new instance of the Spring.Objects.Factory.Xml.XmlObjectDefinitionReader class.

보호된 메소드들

메소드 설명
CreateControlDefinitionName ( string virtualPath ) : string

Create an object definition name for the given control path

CreateObjectDefinitionDocumentReader ( ) : IObjectDefinitionDocumentReader

Creates the IObjectDefinitionDocumentReader to use for actually reading object definitions from an XML document.

CreatePageDefinitionName ( string url ) : string

Create an object definition name for the given page path

비공개 메소드들

메소드 설명
IWebObjectNameGenerator ( string virtualPath ) : string

메소드 상세

CreateControlDefinitionName() 보호된 메소드

Create an object definition name for the given control path
protected CreateControlDefinitionName ( string virtualPath ) : string
virtualPath string
리턴 string

CreateObjectDefinitionDocumentReader() 보호된 메소드

Creates the IObjectDefinitionDocumentReader to use for actually reading object definitions from an XML document.
protected CreateObjectDefinitionDocumentReader ( ) : IObjectDefinitionDocumentReader
리턴 IObjectDefinitionDocumentReader

CreatePageDefinitionName() 보호된 메소드

Create an object definition name for the given page path
protected CreatePageDefinitionName ( string url ) : string
url string
리턴 string

WebObjectDefinitionReader() 공개 메소드

Creates a new instance of the Spring.Objects.Factory.Xml.XmlObjectDefinitionReader class.
public WebObjectDefinitionReader ( string contextVirtualPath, IObjectDefinitionRegistry registry, XmlResolver resolver ) : System.Xml
contextVirtualPath string the (rooted) virtual path to resolve relative virtual paths.
registry IObjectDefinitionRegistry /// The /// instance that this reader works on. ///
resolver System.Xml.XmlResolver the to use for resolving entities.
리턴 System.Xml