C# 클래스 Common.AutowireApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: jglozano/samples 1 사용 예제들

공개 메소드들

메소드 설명
Init ( ) : void

보호된 메소드들

메소드 설명
Application_Start ( ) : void
GetServiceLocator ( ) : Common.ServiceLocator
InitializeComponents ( IServiceLocator locator ) : void
InitializeModules ( IServiceLocator locator ) : void
RegisterComponents ( IServiceLocator locator ) : void

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

GetServiceLocator() 보호된 메소드

protected GetServiceLocator ( ) : Common.ServiceLocator
리턴 Common.ServiceLocator

Init() 공개 메소드

public Init ( ) : void
리턴 void

InitializeComponents() 보호된 메소드

protected InitializeComponents ( IServiceLocator locator ) : void
locator IServiceLocator
리턴 void

InitializeModules() 보호된 메소드

protected InitializeModules ( IServiceLocator locator ) : void
locator IServiceLocator
리턴 void

RegisterComponents() 보호된 메소드

protected RegisterComponents ( IServiceLocator locator ) : void
locator IServiceLocator
리턴 void