Uses of Interface
org.chenile.owiz.BeanFactoryAdapter
Packages that use BeanFactoryAdapter
Package
Description
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of BeanFactoryAdapter in org.chenile.owiz.config.impl
Fields in org.chenile.owiz.config.impl declared as BeanFactoryAdapterModifier and TypeFieldDescriptionprivate BeanFactoryAdapter
OrchConfiguratorBase.beanFactoryAdapter
Methods in org.chenile.owiz.config.impl that return BeanFactoryAdapterMethods in org.chenile.owiz.config.impl with parameters of type BeanFactoryAdapterModifier and TypeMethodDescriptionvoid
OrchConfiguratorBase.setBeanFactoryAdapter
(BeanFactoryAdapter beanFactoryAdapter) Constructors in org.chenile.owiz.config.impl with parameters of type BeanFactoryAdapterModifierConstructorDescriptionXmlOrchConfigurator
(List<String> files, BeanFactoryAdapter factory) -
Uses of BeanFactoryAdapter in org.chenile.owiz.impl
Classes in org.chenile.owiz.impl that implement BeanFactoryAdapterModifier and TypeClassDescriptionclass
Links OWIZ to the Spring framework.Fields in org.chenile.owiz.impl declared as BeanFactoryAdapterMethods in org.chenile.owiz.impl that return BeanFactoryAdapterMethods in org.chenile.owiz.impl with parameters of type BeanFactoryAdapterModifier and TypeMethodDescriptionvoid
DelegatorCommand.setBeanFactoryAdapter
(BeanFactoryAdapter beanFactoryAdapter)