Method | Description | |
---|---|---|
HasInterceptors ( |
Determine whatever the specified has interceptors. The selector should only return true from this method if it has determined that is a model that it would likely add interceptors to.
|
|
SelectInterceptors ( |
Select the appropriate interceptor references. The interceptor references aren't necessarily registered in the model.Intereceptors If the selector is not interested in modifying the interceptors for this model, it should return interceptors and the next selector in line would be executed. If the selector wants no interceptors to be used it can either return |
public HasInterceptors ( |
||
model | The model | |
return | bool |
public SelectInterceptors ( |
||
model | The model to select the interceptors for | |
interceptors | The interceptors selected by previous selectors in the pipeline or |
|
return | Castle.Core.InterceptorReference[] |