JavaScript is disabled on your browser.
Chenile Framework Javadocs
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.chenile.stm.impl
BeanFactoryAdapter
Contents
Description
Method Summary
Method Details
getBean(String)
Hide sidebar
Show sidebar
Interface BeanFactoryAdapter
All Known Implementing Classes:
SpringBeanFactoryAdapter
public interface
BeanFactoryAdapter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getBean
(
String
componentName)
Supports the notion of bean factories.
Method Details
getBean
Object
getBean
(
String
componentName)
Supports the notion of bean factories.
Parameters:
componentName
- the component to look for in the bean factory.
Returns: