Class HybrisPropertiesWebApplicationContextInitializer
- java.lang.Object
-
- de.hybris.platform.adminapi.components.initializer.HybrisPropertiesWebApplicationContextInitializer
-
- All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
public class HybrisPropertiesWebApplicationContextInitializer extends java.lang.Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
-
-
Constructor Summary
Constructors Constructor Description HybrisPropertiesWebApplicationContextInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.PropertiesgetHybrisProperties(org.springframework.context.ApplicationContext ctx)voidinitialize(org.springframework.web.context.ConfigurableWebApplicationContext ctx)
-
-
-
Method Detail
-
initialize
public void initialize(org.springframework.web.context.ConfigurableWebApplicationContext ctx)
- Specified by:
initializein interfaceorg.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>
-
getHybrisProperties
protected java.util.Properties getHybrisProperties(org.springframework.context.ApplicationContext ctx)
-
-