|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.grahamcox.spring.cli.options.OptionsBeanPostProcessor
public class OptionsBeanPostProcessor
Bean post processor for populating the Options object with all the Option objects in the context
| Constructor Summary | |
|---|---|
OptionsBeanPostProcessor()
|
|
| Method Summary | |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String name)
Process the Options objects that are created to add any Option objects in the context to them |
Object |
postProcessBeforeInitialization(Object bean,
String name)
Do nothing |
void |
setApplicationContext(org.springframework.context.ApplicationContext context)
Set the Application Context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionsBeanPostProcessor()
| Method Detail |
|---|
public void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwarecontext - the context
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean,
String name)
throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorbean - The bean to processname - The name of the bean
org.springframework.beans.BeansException
public Object postProcessBeforeInitialization(Object bean,
String name)
throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||