C# 클래스 Castle.MicroKernel.Handlers.DefaultHandler

상속: AbstractHandler
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
DefaultHandler ( ComponentModel model ) : System

Initializes a new instance of the DefaultHandler class.

Dispose ( ) : void
ReleaseCore ( Burden burden ) : bool

disposes the component instance (or recycle it)

보호된 메소드들

메소드 설명
AssertNotWaitingForDependency ( ) : void
InitDependencies ( ) : void
Resolve ( CreationContext context, bool instanceRequired ) : object
ResolveCore ( CreationContext context, bool requiresDecommission, bool instanceRequired, Burden &burden ) : object

Returns an instance of the component this handler is responsible for

비공개 메소드들

메소드 설명
UnresolvableHandlerException ( ) : HandlerException

메소드 상세

AssertNotWaitingForDependency() 보호된 메소드

protected AssertNotWaitingForDependency ( ) : void
리턴 void

DefaultHandler() 공개 메소드

Initializes a new instance of the DefaultHandler class.
public DefaultHandler ( ComponentModel model ) : System
model Castle.Core.ComponentModel
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitDependencies() 보호된 메소드

protected InitDependencies ( ) : void
리턴 void

ReleaseCore() 공개 메소드

disposes the component instance (or recycle it)
public ReleaseCore ( Burden burden ) : bool
burden Burden
리턴 bool

Resolve() 보호된 메소드

protected Resolve ( CreationContext context, bool instanceRequired ) : object
context CreationContext
instanceRequired bool
리턴 object

ResolveCore() 보호된 메소드

Returns an instance of the component this handler is responsible for
protected ResolveCore ( CreationContext context, bool requiresDecommission, bool instanceRequired, Burden &burden ) : object
context CreationContext
requiresDecommission bool
instanceRequired bool
burden Burden
리턴 object