java.lang.Objectorg.springframework.aop.framework.HashMapCachingAdvisorChainFactory
All Implemented Interfaces:
AdvisorChainFactory
Uses IdentityHashMap on JDK >= 1.4 or Commons Collections 3.x' IdentityMap (if available), which skip expensive Method.hashCode() calls. Falls back to standard HashMap on plain JDK 1.3.
Rod - JohnsonJuergen - Hoeller| Method from org.springframework.aop.framework.HashMapCachingAdvisorChainFactory Summary: |
|---|
| activated, adviceChanged, getInterceptorsAndDynamicInterceptionAdvice |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.framework.HashMapCachingAdvisorChainFactory Detail: |
|---|
|
|
|