Uses of Interface
net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Packages that use BeanBuilderResult 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 theBuilder
interfaces can be found. -
-
Uses of BeanBuilderResult in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return BeanBuilderResult Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.app with parameters of type BeanBuilderResult Modifier and Type Method Description void
ApplicationBuilderData. setBeanBuilderResult(BeanBuilderResult res)
Sets the result object for the bean builder.Method parameters in net.sf.jguiraffe.gui.app with type arguments of type BeanBuilderResult Modifier and Type Method Description protected void
Application. releaseBeanBuilderResults(Collection<BeanBuilderResult> results)
Releases the results of bean builder operations that were created during initialization of this application. -
Uses of BeanBuilderResult in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return BeanBuilderResult Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.builder with parameters of type BeanBuilderResult Modifier and Type Method Description void
BeanBuilder. release(BeanBuilderResult result)
Releases the specifiedBeanBuilderResult
object.void
BuilderData. setBeanBuilderResult(BeanBuilderResult res)
Sets the result of the bean builder. -
Uses of BeanBuilderResult in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return BeanBuilderResult Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type BeanBuilderResult Modifier and Type Method Description protected DependencyProvider
JellyBeanBuilder. createReleaseDependencyProvider(BeanBuilderResult result)
Creates aDependencyProvider
object that can be used during arelease()
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 specifiedBeanBuilderResult
object.
-