Class AuthServiceTemplateAutoConfiguration.ViewResolverPostProcessor
- java.lang.Object
-
- com.broadleafcommerce.auth.user.web.autoconfigure.AuthServiceTemplateAutoConfiguration.ViewResolverPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
- Enclosing class:
- AuthServiceTemplateAutoConfiguration
protected static class AuthServiceTemplateAutoConfiguration.ViewResolverPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
-
-
Constructor Summary
Constructors Constructor Description ViewResolverPostProcessor(OAuth2ClientIdTemplateEngine templateEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
postProcessAfterInitialization(Object bean, String beanName)
-
-
-
Constructor Detail
-
ViewResolverPostProcessor
public ViewResolverPostProcessor(OAuth2ClientIdTemplateEngine templateEngine)
-
-
Method Detail
-
postProcessAfterInitialization
@Nullable public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
- Specified by:
postProcessAfterInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
-
-