Package org.ct42.fnflow.cfgfns
Klasse ConfigurableFunctionRegistrar
java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunctionRegistrar
- Alle implementierten Schnittstellen:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor,org.springframework.context.ApplicationContextAware
public class ConfigurableFunctionRegistrar
extends Object
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.ApplicationContextAware
Registers bean instances for all configured functions.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfigurableFunctionRegistrar(org.springframework.core.env.Environment environment) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidpostProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
postProcessBeanFactory
-
Konstruktordetails
-
ConfigurableFunctionRegistrar
public ConfigurableFunctionRegistrar(org.springframework.core.env.Environment environment)
-
-
Methodendetails
-
postProcessBeanDefinitionRegistry
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException - Angegeben von:
postProcessBeanDefinitionRegistryin Schnittstelleorg.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor- Löst aus:
org.springframework.beans.BeansException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Angegeben von:
setApplicationContextin Schnittstelleorg.springframework.context.ApplicationContextAware- Löst aus:
org.springframework.beans.BeansException
-