See: Description
| Interface | Description |
|---|---|
| Invoker |
| Class | Description |
|---|---|
| Argument<T> |
An Argument represents a statically defined sequence of method invocations on
a given Class.
|
| ArgumentsFactory |
An utility class of static factory methods that creates arguments and binds
them with their placeholders
|
| InvocationInterceptor |
An intercptor that seamlessly manages invocations on both a native Java proxy
and a cglib one.
|
| ProxyUtil |
An utility class of static factory methods that provide facilities to create
proxies
|
| Exception | Description |
|---|---|
| ArgumentConversionException |
This exception is thrown when is not possible to convert a placeholder object
in an Argument
|
| InvocationException |
This Exception is thrown when a problem occurs while doing a via reflection
method call through the
Invocation class. |
| UnproxableClassException |
This invocation is thrown while trying to proxy an object of an unproxeable
(final) class.
|
Copyright © 2012–2016 wicketeer.org. All rights reserved.