| java.lang.Object | |
| ↳ | com.atlassian.confluence.util.AopUtils |
Utilities for aspect oriented programming
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adapt an interface of an object via a delegate
| |||||||||||
Convenience method for creating an advised proxy
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adapt an interface of an object via a delegate
| target | Object to adapt |
|---|---|
| newInterface | The new interface to implement |
| oldInterface | The old interface to remove |
| delegate | A delegate object - this object will intercept all calls made on the newInterface of the target object |
Convenience method for creating an advised proxy
| target | Object to advise |
|---|---|
| advisor | Advisor to provide advice to method calls for the proxied object |
| advisedInterface | Interface to advise |

