public class IdentifiableBeanPostProcessor extends Object implements BeanPostProcessor
IdentifiableComponent beans by setting the bean ID to the bean name.| Constructor and Description |
|---|
IdentifiableBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public Object postProcessBeforeInitialization(Object bean, String beanName)
postProcessBeforeInitialization in interface BeanPostProcessorpublic Object postProcessAfterInitialization(Object bean, String beanName)
postProcessAfterInitialization in interface BeanPostProcessorCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.