org.springframework.boot.context.initializer
Class EnvironmentDelegateApplicationContextInitializer

java.lang.Object
  extended by org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered

public class EnvironmentDelegateApplicationContextInitializer
extends Object
implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered

ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.

Author:
Dave Syer, Phillip Webb

Field Summary
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
EnvironmentDelegateApplicationContextInitializer()
           
 
Method Summary
 int getOrder()
           
 void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
           
 void setOrder(int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentDelegateApplicationContextInitializer

public EnvironmentDelegateApplicationContextInitializer()
Method Detail

initialize

public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
Specified by:
initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>

setOrder

public void setOrder(int order)

getOrder

public int getOrder()
Specified by:
getOrder in interface org.springframework.core.Ordered


Copyright © 2013. All Rights Reserved.