|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
T - The type of the component to be wrapped.public interface WrapperFactory<T>
Something the can create a wrapper for a component.
| Method Summary | |
|---|---|
ComponentWrapper |
wrapperFor(T wrapped,
Object proxy)
Create a wrapper. |
Class<?>[] |
wrappingInterfacesFor(T wrapped)
Get the Interfaces the wrapper adds to the component. |
| Method Detail |
|---|
Class<?>[] wrappingInterfacesFor(T wrapped)
wrapped - The component to be wrapped.
ComponentWrapper wrapperFor(T wrapped,
Object proxy)
wrapped - The component to be wrapped.proxy - The dynamic proxy.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||