Uses of Interface
net.sf.jguiraffe.di.ClassLoaderProvider
-
Packages that use ClassLoaderProvider 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 maindipackage.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.di.tags In this package tag handler classes for defining beans in a Jelly script can be found.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilderinterfaces can be found.net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way.net.sf.jguiraffe.resources.impl.bundle This package contains an implementation ofResourceLoaderandResourceGroupbased on Java resource bundles. -
-
Uses of ClassLoaderProvider in net.sf.jguiraffe.di
Subinterfaces of ClassLoaderProvider in net.sf.jguiraffe.di Modifier and Type Interface Description interfaceDependencyProviderDefinition of an interface that provides access to dependencies defined by aBeanProvider.Methods in net.sf.jguiraffe.di that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderBeanContext. getClassLoaderProvider()Returns theClassLoaderProviderused by this context.Methods in net.sf.jguiraffe.di with parameters of type ClassLoaderProvider Modifier and Type Method Description voidBeanContext. setClassLoaderProvider(ClassLoaderProvider clp)Sets theClassLoaderProviderto be used by this context. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.di.impl
Classes in net.sf.jguiraffe.di.impl that implement ClassLoaderProvider Modifier and Type Class Description classDefaultClassLoaderProviderA default implementation of theClassLoaderProviderinterface.classRestrictedDependencyProviderAn implementation of theDependencyProviderinterface, which does not support external dependencies.Methods in net.sf.jguiraffe.di.impl that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderBeanContextWrapper. getClassLoaderProvider()Returns theClassLoaderProviderused by this context.ClassLoaderProviderDefaultBeanContext. getClassLoaderProvider()Returns theClassLoaderProviderused by this bean context.ClassLoaderProviderRestrictedDependencyProvider. getClassLoaderProvider()Returns the wrappedClassLoaderProvider.Methods in net.sf.jguiraffe.di.impl with parameters of type ClassLoaderProvider Modifier and Type Method Description Class<?>ClassDescription. getTargetClass(ClassLoaderProvider clProvider)Returns the target class of this description.voidBeanContextWrapper. setClassLoaderProvider(ClassLoaderProvider clp)Sets theClassLoaderProviderto be used by this context.voidDefaultBeanContext. setClassLoaderProvider(ClassLoaderProvider classLoaderProvider)Sets theClassLoaderProviderto be used by this bean context.Constructors in net.sf.jguiraffe.di.impl with parameters of type ClassLoaderProvider Constructor Description RestrictedDependencyProvider(ClassLoaderProvider clp, InvocationHelper invHlp)Creates a new instance ofRestrictedDependencyProviderand initializes it with the specifiedClassLoaderProviderand theInvocationHelper. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderApplicationContext. getClassLoaderProvider()Returns theClassLoaderProviderto be used.ClassLoaderProviderApplicationContextImpl. getClassLoaderProvider()Returns theClassLoaderProvider.protected ClassLoaderProviderApplication. initClassLoaderProvider(ClassLoaderProvider clp)Initializes the globalClassLoaderProvider.Methods in net.sf.jguiraffe.gui.app with parameters of type ClassLoaderProvider Modifier and Type Method Description protected ClassLoaderProviderApplication. initClassLoaderProvider(ClassLoaderProvider clp)Initializes the globalClassLoaderProvider.protected BeanBuilderResultApplication. readBeanDefinition(Locator script, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider)A convenience method for processing a file with bean definitions.voidApplicationContext. setClassLoaderProvider(ClassLoaderProvider provider)Sets theClassLoaderProviderto be used.voidApplicationContextImpl. setClassLoaderProvider(ClassLoaderProvider classLoaderProvider)Sets theClassLoaderProvider. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderBeanBuilderResult. getClassLoaderProvider()Returns theClassLoaderProviderthat was used by the builder during script processing.Methods in net.sf.jguiraffe.gui.builder with parameters of type ClassLoaderProvider 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. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.gui.builder.di
Methods in net.sf.jguiraffe.gui.builder.di that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderDIBuilderData. getClassLoaderProvider()Returns theClassLoaderProviderto be used.Methods in net.sf.jguiraffe.gui.builder.di with parameters of type ClassLoaderProvider Modifier and Type Method Description voidDIBuilderData. setClassLoaderProvider(ClassLoaderProvider classLoaderProvider)Sets theClassLoaderProviderto be used. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.gui.builder.di.tags
Methods in net.sf.jguiraffe.gui.builder.di.tags with parameters of type ClassLoaderProvider Modifier and Type Method Description Class<?>ClassDescData. resolveClass(ClassLoaderProvider clProvider)A convenience method for resolving the class specified by this data object. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return ClassLoaderProvider Modifier and Type Method Description protected ClassLoaderProviderJellyBeanBuilder. fetchClassLoaderProvider(ClassLoaderProvider clp)Returns aClassLoaderProvider.Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type ClassLoaderProvider Modifier and Type Method Description voidJellyBuilder. addDefaultBaseClassConverters(Map<String,? extends org.apache.commons.beanutils.Converter> converters, ClassLoaderProvider clp)Adds all converters in the specified map as default base class converters to this object using the specifiedClassLoaderProviderto resolve class names.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 DIBuilderDataJellyBeanBuilder. createBuilderData(org.apache.commons.jelly.JellyContext context, MutableBeanStore rootStore, ClassLoaderProvider loaderProvider, InvocationHelper invHlp)Creates theDIBuilderDataobject used during the builder operation.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.protected ClassLoaderProviderJellyBeanBuilder. fetchClassLoaderProvider(ClassLoaderProvider clp)Returns aClassLoaderProvider. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.locators
Methods in net.sf.jguiraffe.locators that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderLocatorConverter. getClassLoaderProvider()Returns theClassLoaderProviderused by this converter.Constructors in net.sf.jguiraffe.locators with parameters of type ClassLoaderProvider Constructor Description LocatorConverter(ClassLoaderProvider clp)Creates a new instance ofLocatorConverterand initializes it with the givenClassLoaderProvider. -
Uses of ClassLoaderProvider in net.sf.jguiraffe.resources.impl.bundle
Methods in net.sf.jguiraffe.resources.impl.bundle that return ClassLoaderProvider Modifier and Type Method Description ClassLoaderProviderBundleResourceLoader. getClassLoaderProvider()Returns theClassLoaderProviderused by this object.Constructors in net.sf.jguiraffe.resources.impl.bundle with parameters of type ClassLoaderProvider Constructor Description BundleResourceLoader(ClassLoaderProvider clp, String clName)Creates a new instance ofBundleResourceLoaderand initializes it with the given class loader provider and the class loader name.
-