class org.springframework.context.support.ApplicationContextAwareProcessor extends java.lang.Object implements org.springframework.beans.factory.config.BeanPostProcessor
{
private final org.springframework.context.ConfigurableApplicationContext applicationContext;
private final org.springframework.util.StringValueResolver embeddedValueResolver;
public void <init>(org.springframework.context.ConfigurableApplicationContext)
{
org.springframework.context.ConfigurableApplicationContext v;
org.springframework.context.support.ApplicationContextAwareProcessor v;
org.springframework.beans.factory.config.ConfigurableListableBeanFactory v;
org.springframework.beans.factory.config.EmbeddedValueResolver v;
v := @this: org.springframework.context.support.ApplicationContextAwareProcessor;
v := @parameter: org.springframework.context.ConfigurableApplicationContext;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext> = v;
v = new org.springframework.beans.factory.config.EmbeddedValueResolver;
v = interfaceinvoke v.<org.springframework.context.ConfigurableApplicationContext: org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()>();
specialinvoke v.<org.springframework.beans.factory.config.EmbeddedValueResolver: void <init>(org.springframework.beans.factory.config.ConfigurableBeanFactory)>(v);
v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.util.StringValueResolver embeddedValueResolver> = v;
return;
}
public java.lang.Object postProcessBeforeInitialization(java.lang.Object, java.lang.String) throws org.springframework.beans.BeansException
{
java.security.AccessControlContext v;
org.springframework.context.support.ApplicationContextAwareProcessor$1 v;
java.lang.SecurityManager v;
org.springframework.beans.factory.config.ConfigurableListableBeanFactory v;
org.springframework.context.ConfigurableApplicationContext v;
java.lang.Object v;
java.lang.String v;
org.springframework.context.support.ApplicationContextAwareProcessor v;
boolean v, v, v, v, v, v;
v := @this: org.springframework.context.support.ApplicationContextAwareProcessor;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
v = null;
v = staticinvoke <java.lang.System: java.lang.SecurityManager getSecurityManager()>();
if v == null goto label;
v = v instanceof org.springframework.context.EnvironmentAware;
if v != 0 goto label;
v = v instanceof org.springframework.context.EmbeddedValueResolverAware;
if v != 0 goto label;
v = v instanceof org.springframework.context.ResourceLoaderAware;
if v != 0 goto label;
v = v instanceof org.springframework.context.ApplicationEventPublisherAware;
if v != 0 goto label;
v = v instanceof org.springframework.context.MessageSourceAware;
if v != 0 goto label;
v = v instanceof org.springframework.context.ApplicationContextAware;
if v == 0 goto label;
label:
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
v = interfaceinvoke v.<org.springframework.context.ConfigurableApplicationContext: org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()>();
v = interfaceinvoke v.<org.springframework.beans.factory.config.ConfigurableListableBeanFactory: java.security.AccessControlContext getAccessControlContext()>();
label:
if v == null goto label;
v = new org.springframework.context.support.ApplicationContextAwareProcessor$1;
specialinvoke v.<org.springframework.context.support.ApplicationContextAwareProcessor$1: void <init>(org.springframework.context.support.ApplicationContextAwareProcessor,java.lang.Object)>(v, v);
staticinvoke <java.security.AccessController: java.lang.Object doPrivileged(java.security.PrivilegedAction,java.security.AccessControlContext)>(v, v);
goto label;
label:
specialinvoke v.<org.springframework.context.support.ApplicationContextAwareProcessor: void invokeAwareInterfaces(java.lang.Object)>(v);
label:
return v;
}
private void invokeAwareInterfaces(java.lang.Object)
{
org.springframework.util.StringValueResolver v;
org.springframework.core.env.ConfigurableEnvironment v;
org.springframework.context.ConfigurableApplicationContext v, v, v, v, v;
org.springframework.context.support.ApplicationContextAwareProcessor v;
boolean v, v, v, v, v, v, v;
java.lang.Object v;
v := @this: org.springframework.context.support.ApplicationContextAwareProcessor;
v := @parameter: java.lang.Object;
v = v instanceof org.springframework.beans.factory.Aware;
if v == 0 goto label;
v = v instanceof org.springframework.context.EnvironmentAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
v = interfaceinvoke v.<org.springframework.context.ConfigurableApplicationContext: org.springframework.core.env.ConfigurableEnvironment getEnvironment()>();
interfaceinvoke v.<org.springframework.context.EnvironmentAware: void setEnvironment(org.springframework.core.env.Environment)>(v);
label:
v = v instanceof org.springframework.context.EmbeddedValueResolverAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.util.StringValueResolver embeddedValueResolver>;
interfaceinvoke v.<org.springframework.context.EmbeddedValueResolverAware: void setEmbeddedValueResolver(org.springframework.util.StringValueResolver)>(v);
label:
v = v instanceof org.springframework.context.ResourceLoaderAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
interfaceinvoke v.<org.springframework.context.ResourceLoaderAware: void setResourceLoader(org.springframework.core.io.ResourceLoader)>(v);
label:
v = v instanceof org.springframework.context.ApplicationEventPublisherAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
interfaceinvoke v.<org.springframework.context.ApplicationEventPublisherAware: void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher)>(v);
label:
v = v instanceof org.springframework.context.MessageSourceAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
interfaceinvoke v.<org.springframework.context.MessageSourceAware: void setMessageSource(org.springframework.context.MessageSource)>(v);
label:
v = v instanceof org.springframework.context.ApplicationContextAware;
if v == 0 goto label;
v = v.<org.springframework.context.support.ApplicationContextAwareProcessor: org.springframework.context.ConfigurableApplicationContext applicationContext>;
interfaceinvoke v.<org.springframework.context.ApplicationContextAware: void setApplicationContext(org.springframework.context.ApplicationContext)>(v);
label:
return;
}
public java.lang.Object postProcessAfterInitialization(java.lang.Object, java.lang.String)
{
java.lang.Object v;
java.lang.String v;
org.springframework.context.support.ApplicationContextAwareProcessor v;
v := @this: org.springframework.context.support.ApplicationContextAwareProcessor;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
return v;
}
}