|
Class Summary |
| CacheInterceptor |
Cache Interceptor all Interceptors are added in picoContainer
method match can be done by this class, CacheInterceptor only interceptor the
method getXXXXX. |
| InterceptorsChain |
Interceptors chain
all interceptors will add in this collection |
| PoolInterceptor |
PoolInterceptor must be the last in Interceptors. |
| 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. |