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 theBuilderinterfaces 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 BeanBuilderResultApplicationBuilderData. getBeanBuilderResult()Returns the result object from the bean builder.protected BeanBuilderResultApplication. 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 voidApplicationBuilderData. 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 voidApplication. 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 BeanBuilderResultBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)Executes a script with bean definitions.BeanBuilderResultBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)Executes a script with bean definitions and the specified helper objects.BeanBuilderResultBuilderData. 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 voidBeanBuilder. release(BeanBuilderResult result)Releases the specifiedBeanBuilderResultobject.voidBuilderData. 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 BeanBuilderResultJellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)Executes a script with bean definitions.BeanBuilderResultJellyBeanBuilder. build(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)Executes a script with bean definitions and the specified helper objects.protected BeanBuilderResultJellyBeanBuilder. 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 DependencyProviderJellyBeanBuilder. createReleaseDependencyProvider(BeanBuilderResult result)Creates aDependencyProviderobject that can be used during arelease()operation.protected voidJellyBuilder. 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.voidJellyBeanBuilder. release(BeanBuilderResult builderResult)Releases the specifiedBeanBuilderResultobject.
-