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
main
di 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 the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
InvocationHelper |
DependencyProvider.getInvocationHelper()
Returns a reference to the current
InvocationHelper object. |
Modifier and Type | Method and Description |
---|---|
InvocationHelper |
RestrictedDependencyProvider.getInvocationHelper()
Returns the
InvocationHelper object. |
Constructor and Description |
---|
RestrictedDependencyProvider(ClassLoaderProvider clp,
InvocationHelper invHlp)
Creates a new instance of
RestrictedDependencyProvider and
initializes it with the specified ClassLoaderProvider and the
InvocationHelper . |
Modifier and Type | Method and Description |
---|---|
InvocationHelper |
ApplicationBuilderData.getInvocationHelper()
Returns the
InvocationHelper . |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setInvocationHelper(InvocationHelper invocationHelper)
Sets the
InvocationHelper . |
Modifier and Type | Method and Description |
---|---|
InvocationHelper |
BuilderData.getInvocationHelper()
Returns the
InvocationHelper object to be used during this
builder operation. |
InvocationHelper |
BeanBuilderResult.getInvocationHelper()
Returns the
InvocationHelper object that was used by builder
during script processing. |
Modifier and Type | Method and Description |
---|---|
BeanBuilderResult |
BeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.
|
Modifier and Type | Method and Description |
---|---|
InvocationHelper |
DIBuilderData.getInvocationHelper()
Returns the current
InvocationHelper . |
Modifier and Type | Method and Description |
---|---|
void |
DIBuilderData.setInvocationHelper(InvocationHelper invocationHelper)
Sets the
InvocationHelper to be used by this object. |
Modifier and Type | Method and Description |
---|---|
protected InvocationHelper |
JellyBuilder.initInvocationHelper(BuilderData data)
Initializes the
InvocationHelper to be used during the builder
operation. |
Modifier and Type | Method and 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 the
DIBuilderData 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 the
BeanContext to be used. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.