|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.framework.Cglib2AopProxy.StaticDispatcher
private static class Cglib2AopProxy.StaticDispatcher
Dispatcher for a static target. Dispatcher is much faster than interceptor. This will be used whenever it can be determined that a method definitely does not return "this"
| Field Summary | |
|---|---|
private java.lang.Object |
target
|
| Constructor Summary | |
|---|---|
Cglib2AopProxy.StaticDispatcher(java.lang.Object target)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
loadObject()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object target
| Constructor Detail |
|---|
public Cglib2AopProxy.StaticDispatcher(java.lang.Object target)
| Method Detail |
|---|
public java.lang.Object loadObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||