Package ch.admin.bit.jeap.crypto.spring
Class AbstractNoopBeanDefinitionRegistryPostProcessor
java.lang.Object
ch.admin.bit.jeap.crypto.spring.AbstractNoopBeanDefinitionRegistryPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor,org.springframework.context.EnvironmentAware
public abstract class AbstractNoopBeanDefinitionRegistryPostProcessor
extends Object
implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidregisterBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String keyId) voidsetEnvironment(org.springframework.core.env.Environment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
postProcessBeanDefinitionRegistry, postProcessBeanFactory
-
Field Details
-
environment
protected org.springframework.core.env.Environment environment
-
-
Constructor Details
-
AbstractNoopBeanDefinitionRegistryPostProcessor
public AbstractNoopBeanDefinitionRegistryPostProcessor()
-
-
Method Details
-
registerBeans
protected void registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String keyId) -
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-