C# 클래스 Spring.Context.Support.MvcApplicationContext

Application Context for ASP.NET MVC Applications
상속: Spring.Context.Support.AbstractXmlApplicationContext
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
MvcApplicationContext ( ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO

Initializes a new instance of the MvcApplicationContext class.

MvcApplicationContext ( string name, bool caseSensitive ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

MvcApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Core.IO

Create a new MvcApplicationContext with the given parent, loading the definitions from the given XML resources.

MvcApplicationContext ( string name, bool caseSensitive, string configurationLocations, IResource configurationResources ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

메소드 상세

MvcApplicationContext() 공개 메소드

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( ) : Spring.Core.IO
리턴 Spring.Core.IO

MvcApplicationContext() 공개 메소드

Initializes a new instance of the MvcApplicationContext class.
public MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO
args MvcApplicationContextArgs The args.
리턴 Spring.Core.IO

MvcApplicationContext() 공개 메소드

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( string name, bool caseSensitive ) : Spring.Core.IO
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
리턴 Spring.Core.IO

MvcApplicationContext() 공개 메소드

Create a new MvcApplicationContext with the given parent, loading the definitions from the given XML resources.
public MvcApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Core.IO
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
parentContext IApplicationContext The parent context.
리턴 Spring.Core.IO

MvcApplicationContext() 공개 메소드

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( string name, bool caseSensitive, string configurationLocations, IResource configurationResources ) : Spring.Core.IO
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
configurationLocations string Names of configuration resources.
configurationResources IResource Configuration resources.
리턴 Spring.Core.IO