Package | Description |
---|---|
net.sf.jguiraffe.di.impl.providers |
In the
providers sub package different implementations of the
BeanProvider interface can be found. |
Modifier and Type | Method and Description |
---|---|
MethodInvocation |
MethodInvocationBeanProvider.getInvocation()
Returns the
MethodInvocation for the method to be invoked. |
Constructor and Description |
---|
MethodInvocationBeanProvider(Dependency targetBean,
MethodInvocation methodInv)
Creates a new instance of
MethodInvocationBeanProvider and
initializes it with the dependency to the target object (on which the
method is to be invoked) and the description of the method invocation. |
MethodInvocationBeanProvider(Dependency targetBean,
MethodInvocation methodInv,
ClassDescription beanClsDsc)
Creates a new instance of
MethodInvocationBeanProvider and
initializes it with the dependency to the target object (on which the
method is to be invoked), the description of the method invocation, and
the class of the managed bean. |
MethodInvocationBeanProvider(MethodInvocation methodInv)
Creates a new instance of
MethodInvocationBeanProvider and
initializes it with the description of the method to invoke. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.