C# 클래스 Spring.Web.Mvc.SpringMvcDependencyResolver

Spring-based implementation of the IDependencyResolver interface for ASP.NET MVC.
상속: IDependencyResolver
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
GetService ( Type serviceType ) : object

Resolves singly registered services that support arbitrary object creation.

GetServices ( Type serviceType ) : IEnumerable

Resolves multiply registered services.

SpringMvcDependencyResolver ( IApplicationContext context ) : System

Initializes a new instance of the SpringMvcDependencyResolver class.

메소드 상세

GetService() 공개 메소드

Resolves singly registered services that support arbitrary object creation.
public GetService ( Type serviceType ) : object
serviceType System.Type The type of the requested service or object.
리턴 object

GetServices() 공개 메소드

Resolves multiply registered services.
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type The type of the requested services.
리턴 IEnumerable

SpringMvcDependencyResolver() 공개 메소드

Initializes a new instance of the SpringMvcDependencyResolver class.
public SpringMvcDependencyResolver ( IApplicationContext context ) : System
context IApplicationContext The to be used by the resolver
리턴 System