
public class AnnotatedActionBeandHandlerRegistrator extends Object implements BeanPostProcessor, Ordered
ActionHandlers annotated with RegisterActionHandler.| Modifier and Type | Field and Description |
|---|---|
protected ActionHandlerValidatorRegistry |
actionHandlerValidatorRegistry |
protected ApplicationContext |
applicationContext |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
AnnotatedActionBeandHandlerRegistrator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
@Autowired protected ApplicationContext applicationContext
@Autowired protected ActionHandlerValidatorRegistry actionHandlerValidatorRegistry
public AnnotatedActionBeandHandlerRegistrator()
public Object postProcessAfterInitialization(Object bean, String beanName)
postProcessAfterInitialization in interface BeanPostProcessorpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2010-2014 ArcBees. All Rights Reserved.