C# 클래스 FluentSpring.Context.Support.FluentGenericApplicationContext

상속: Spring.Context.Support.XmlApplicationContext
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net

공개 메소드들

메소드 설명
FluentGenericApplicationContext ( ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.

The created context will be case sensitive.

FluentGenericApplicationContext ( IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.

FluentGenericApplicationContext ( bool caseSensitive ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.

FluentGenericApplicationContext ( bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.

FluentGenericApplicationContext ( bool refresh, string name, bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.

This constructor is meant to be used by derived classes. By passing refresh=false, it is the responsibility of the deriving class to call AbstractApplicationContext.Refresh() to initialize the context instance.

FluentGenericApplicationContext ( string name, bool caseSensitive ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.

FluentGenericApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.

보호된 메소드들

메소드 설명
LoadObjectDefinitions ( Spring.Objects.Factory.Support.DefaultListableObjectFactory objectFactory ) : void

메소드 상세

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.
The created context will be case sensitive.
public FluentGenericApplicationContext ( ) : FluentSpring.Context.Objects.Factory
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.
public FluentGenericApplicationContext ( IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory
parentContext IApplicationContext /// The parent context (may be ). ///
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.
public FluentGenericApplicationContext ( bool caseSensitive ) : FluentSpring.Context.Objects.Factory
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.
public FluentGenericApplicationContext ( bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
parentContext IApplicationContext /// The parent context (may be ). ///
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.
This constructor is meant to be used by derived classes. By passing refresh=false, it is the responsibility of the deriving class to call AbstractApplicationContext.Refresh() to initialize the context instance.
public FluentGenericApplicationContext ( bool refresh, string name, bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory
refresh bool if true, is called automatically.
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
parentContext IApplicationContext /// The parent context (may be ). ///
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations.
public FluentGenericApplicationContext ( string name, bool caseSensitive ) : FluentSpring.Context.Objects.Factory
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
리턴 FluentSpring.Context.Objects.Factory

FluentGenericApplicationContext() 공개 메소드

Creates a new instance of the Spring.Context.Support.XmlApplicationContext class, loading the definitions from the supplied XML resource locations, with the given parentContext.
public FluentGenericApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : FluentSpring.Context.Objects.Factory
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
parentContext IApplicationContext /// The parent context (may be ). ///
리턴 FluentSpring.Context.Objects.Factory

LoadObjectDefinitions() 보호된 메소드

protected LoadObjectDefinitions ( Spring.Objects.Factory.Support.DefaultListableObjectFactory objectFactory ) : void
objectFactory Spring.Objects.Factory.Support.DefaultListableObjectFactory
리턴 void