Method | Description | |
---|---|---|
ComponentActivatorInspector ( IConversionManager converter ) : System | ||
ProcessModel ( IKernel kernel, |
Searches for the component activator in the configuration and, if unsuccessful look for the component activator attribute in the implementation type.
|
Method | Description | |
---|---|---|
ReadComponentActivatorFromConfiguration ( |
Reads the attribute "componentActivatorType" associated with the component configuration and verifies it implements the IComponentActivator interface.
|
|
ReadComponentActivatorFromType ( |
Check if the type expose one of the component activator attributes defined in Castle.Core namespace.
|
|
ValidateComponentActivator ( |
Validates that the provide type implements IComponentActivator
|
public ComponentActivatorInspector ( IConversionManager converter ) : System | ||
converter | IConversionManager | |
return | System |
public ProcessModel ( IKernel kernel, |
||
kernel | IKernel | The kernel instance |
model | The model instance | |
return | void |
protected ReadComponentActivatorFromConfiguration ( |
||
model | ||
return | bool |
protected ReadComponentActivatorFromType ( |
||
model | ||
return | void |
protected ValidateComponentActivator ( |
||
customComponentActivator | The custom component activator. | |
return | void |