| Package | Description |
|---|---|
| com.liferay.portal.spring.aop |
| Modifier and Type | Method and Description |
|---|---|
MethodInterceptorsBag |
ServiceBeanAopCacheManager.getMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceBeanAopCacheManager.getMethodInterceptors(MethodInvocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBeanAopCacheManager.putMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation,
MethodInterceptorsBag methodInterceptorsBag)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceBeanAopCacheManager.putMethodInterceptors(MethodInvocation, MethodInterceptor[]) |