public class DefaultRolesPrefixPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered
| Constructor and Description |
|---|
DefaultRolesPrefixPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(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.BeansExceptionBeanPostProcessor.postProcessBeforeInitialization(java.lang.Object, java.lang.String)public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionBeanPostProcessor.postProcessAfterInitialization(java.lang.Object, java.lang.String)public int getOrder()
getOrder in interface org.springframework.core.OrderedOrdered.getOrder()Copyright © 2014–2016 Université de Lorraine. All rights reserved.