| 类 | 说明 |
|---|---|
| Advisor | |
| CacheInterceptor |
Cache Interceptor all Interceptors are added in picoContainer
method match can be done by this class, CacheInterceptor only interceptor the
method getXXXXX.
|
| ComponentMessageInterceptor |
same as com.jdon.domain.message.MessageInterceptor this is for components or
service
test see com.jdon.sample.test.event.A
|
| InterceptorsChain |
Interceptors chain
all interceptors will add in this collection
|
| PoolInterceptor |
PoolInterceptor must be the last in Interceptors. this class is active for
the pojoServices that implements com.jdon.controller.pool.Poolable.
|
| SessionContextInterceptor |
interceptor the SessionContextAcceptable concrete services, and inject the
SessionContext object into them, so these application service can got the
datas from session that saved by framework.
|
| StatefulInterceptor |
StatefulInterceptor is a Interceptor of creating target object. must be the
last in Interceptors.
|
Copyright © 2018. All rights reserved.