Uses of Class
net.sf.jguiraffe.di.InvocationHelper
-
Packages that use InvocationHelper Package Description net.sf.jguiraffe.di DI stands for Dependency Injection.net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindi
package.net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.di The builder.di package contains fundamental classes for defining beans and services in a Jelly script.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found. -
-
Uses of InvocationHelper in net.sf.jguiraffe.di
Methods in net.sf.jguiraffe.di that return InvocationHelper Modifier and Type Method Description InvocationHelper
DependencyProvider. getInvocationHelper()
Returns a reference to the currentInvocationHelper
object. -
Uses of InvocationHelper in net.sf.jguiraffe.di.impl
Methods in net.sf.jguiraffe.di.impl that return InvocationHelper Modifier and Type Method Description InvocationHelper
RestrictedDependencyProvider. getInvocationHelper()
Returns theInvocationHelper
object.Constructors in net.sf.jguiraffe.di.impl with parameters of type InvocationHelper Constructor Description RestrictedDependencyProvider(ClassLoaderProvider clp, InvocationHelper invHlp)
Creates a new instance ofRestrictedDependencyProvider
and initializes it with the specifiedClassLoaderProvider
and theInvocationHelper
. -
Uses of InvocationHelper in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return InvocationHelper Modifier and Type Method Description InvocationHelper
ApplicationBuilderData. getInvocationHelper()
Returns theInvocationHelper
.Methods in net.sf.jguiraffe.gui.app with parameters of type InvocationHelper Modifier and Type Method Description void
ApplicationBuilderData. setInvocationHelper(InvocationHelper invocationHelper)
Sets theInvocationHelper
. -
Uses of InvocationHelper in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return InvocationHelper Modifier and Type Method Description InvocationHelper
BeanBuilderResult. getInvocationHelper()
Returns theInvocationHelper
object that was used by builder during script processing.InvocationHelper
BuilderData. getInvocationHelper()
Returns theInvocationHelper
object to be used during this builder operation.Methods in net.sf.jguiraffe.gui.builder with parameters of type InvocationHelper Modifier and Type Method Description BeanBuilderResult
BeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects. -
Uses of InvocationHelper in net.sf.jguiraffe.gui.builder.di
Methods in net.sf.jguiraffe.gui.builder.di that return InvocationHelper Modifier and Type Method Description InvocationHelper
DIBuilderData. getInvocationHelper()
Returns the currentInvocationHelper
.Methods in net.sf.jguiraffe.gui.builder.di with parameters of type InvocationHelper Modifier and Type Method Description void
DIBuilderData. setInvocationHelper(InvocationHelper invocationHelper)
Sets theInvocationHelper
to be used by this object. -
Uses of InvocationHelper in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return InvocationHelper Modifier and Type Method Description protected InvocationHelper
JellyBuilder. initInvocationHelper(BuilderData data)
Initializes theInvocationHelper
to be used during the builder operation.Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type InvocationHelper Modifier and Type Method Description BeanBuilderResult
JellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.protected DIBuilderData
JellyBeanBuilder. createBuilderData(org.apache.commons.jelly.JellyContext context, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Creates theDIBuilderData
object used during the builder operation.protected BeanBuilderResult
JellyBeanBuilder. executeScript(Locator script, org.apache.commons.jelly.JellyContext context, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)
Executes the specified script on the given Jelly context.protected MutableBeanStore
JellyBuilder. initBuilderBeanContext(BuilderData data, org.apache.commons.jelly.JellyContext context, InvocationHelper invHlp)
Creates the root bean store for the current builder operation and initializes theBeanContext
to be used.
-