Package | Description |
---|---|
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.impl |
Here default implementations of the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
BeanBuilderResult |
ApplicationBuilderData.getBeanBuilderResult()
Returns the result object from the bean builder.
|
protected BeanBuilderResult |
Application.readBeanDefinition(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider)
A convenience method for processing a file with bean definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setBeanBuilderResult(BeanBuilderResult res)
Sets the result object for the bean builder.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Application.releaseBeanBuilderResults(Collection<BeanBuilderResult> results)
Releases the results of bean builder operations that were created during
initialization of this application.
|
Modifier and Type | Method and Description |
---|---|
BeanBuilderResult |
BeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.
|
BeanBuilderResult |
BeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.
|
BeanBuilderResult |
BuilderData.getBeanBuilderResult()
Returns the result of the bean builder.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanBuilder.release(BeanBuilderResult result)
Releases the specified
BeanBuilderResult object. |
void |
BuilderData.setBeanBuilderResult(BeanBuilderResult res)
Sets the result of the bean builder.
|
Modifier and Type | Method and Description |
---|---|
BeanBuilderResult |
JellyBeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.
|
BeanBuilderResult |
JellyBeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected DependencyProvider |
JellyBeanBuilder.createReleaseDependencyProvider(BeanBuilderResult result)
Creates a
DependencyProvider object that can be used during a
release() operation. |
protected void |
JellyBuilder.fetchResults(org.apache.commons.jelly.JellyContext context,
BuilderData data,
BeanBuilderResult result,
Locator script)
Fetches all result variables from the context and stores them in the
builder parameter object.
|
void |
JellyBeanBuilder.release(BeanBuilderResult builderResult)
Releases the specified
BeanBuilderResult object. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.