|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zeroexchange.common.AbstractBeansRegistry<T>
public abstract class AbstractBeansRegistry<T>
| Constructor Summary | |
|---|---|
AbstractBeansRegistry()
|
|
| Method Summary | |
|---|---|
protected Collection<T> |
createBeansCollection()
Creates collection to hold elected layout beans. |
Collection<T> |
getBeans()
Returns beans collected by the current registry. |
protected abstract boolean |
isElected(Object bean,
String beanName)
Override this method to determine which bean should be included to the current registry. |
Object |
postProcessAfterInitialization(Object bean,
String beanName)
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBeansRegistry()
| Method Detail |
|---|
protected abstract boolean isElected(Object bean,
String beanName)
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Collection<T> getBeans()
getBeans in interface BeansRegistry<T>protected Collection<T> createBeansCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||