public class AppContextLoader extends AbstractWebAppContextLoader
AppContext loader of the middleware web application.AbstractWebAppContextLoader.CubaServletConfig| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PERSISTENCE_CONFIG |
APP_COMPONENTS_PARAM, APP_PROPS_CONFIG_PARAM, APP_PROPS_PARAM, SEPARATOR_PATTERNSPRING_CONTEXT_CONFIG| Constructor and Description |
|---|
AppContextLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeInitAppContext() |
protected org.springframework.context.support.ClassPathXmlApplicationContext |
createApplicationContext(java.lang.String[] locations) |
static void |
createPersistenceXml(java.lang.String storeName) |
protected java.lang.String |
getBlock() |
afterInitAppProperties, contextDestroyed, contextInitialized, getAppPropertiesConfig, initAppComponents, initAppPropertiesafterInitAppContext, initAppContext, replaceLocationsFromConfpublic static final java.lang.String PERSISTENCE_CONFIG
public static void createPersistenceXml(java.lang.String storeName)
protected java.lang.String getBlock()
getBlock in class AbstractAppContextLoaderprotected void beforeInitAppContext()
beforeInitAppContext in class AbstractAppContextLoaderprotected org.springframework.context.support.ClassPathXmlApplicationContext createApplicationContext(java.lang.String[] locations)
createApplicationContext in class AbstractAppContextLoader