C# Class SpringMvc.Config.SpringDependencyResolver

Inheritance: IDependencyResolver
Show file Open project: krzysiuk12/SpringMvc

Public Methods

Method Description
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
SpringDependencyResolver ( IApplicationContext context ) : System

Method Details

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

SpringDependencyResolver() public method

public SpringDependencyResolver ( IApplicationContext context ) : System
context IApplicationContext
return System