public class AnnotatedActionBeandHandlerRegistrator extends Object implements BeanPostProcessor, Ordered
ActionHandler
s 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 BeanPostProcessor
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
Copyright © 2010–2014 Arcbees. All rights reserved.