|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDelegator | |
---|---|
org.perfectjpattern.core.extras.delegate | Delegates Core Pattern implementation. |
Uses of AbstractDelegator in org.perfectjpattern.core.extras.delegate |
---|
Subclasses of AbstractDelegator in org.perfectjpattern.core.extras.delegate | |
---|---|
class |
Delegator<I>
Implementation of IDelegator interface for creating
Delegate instances based user-defined interface types. |
class |
DynamicDelegator
Implementation of IDelegator interface for creating
Delegate instances based on the dynamic IDelegate
type. |
Methods in org.perfectjpattern.core.extras.delegate with parameters of type AbstractDelegator | |
---|---|
protected Method |
AbstractDelegator.findMethod(Class aTargetClass,
String aMethodName,
AbstractDelegator aDelegator)
Returns suitable Method within class type that matches the given Delegator signature. |
Constructors in org.perfectjpattern.core.extras.delegate with parameters of type AbstractDelegator | |
---|---|
AbstractDelegator.DelegateProxy(Object aTarget,
Class aTargetClass,
String aMethodName,
AbstractDelegator aTemplate)
Constructs a DelegateProxy supplying a Class passing in types not template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |