InterceptorAttribute API Document
Used to declare that a component wants interceptors acting on it.
Constructors
InterceptorAttribute(String componentKey)
Constructs the InterceptorAttribute pointing to a key to a interceptor
| Parameter | Description |
|---|---|
| componentKey |
InterceptorAttribute(Type interceptorType)
Constructs the InterceptorAttribute pointing to a service
| Parameter | Description |
|---|---|
| interceptorType |
Properties
| Name | Type | Description |
|---|---|---|
| Interceptor | InterceptorReference |