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_PATTERN
SPRING_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, initAppProperties
afterInitAppContext, initAppContext, replaceLocationsFromConf
public static final java.lang.String PERSISTENCE_CONFIG
public static void createPersistenceXml(java.lang.String storeName)
protected java.lang.String getBlock()
getBlock
in class AbstractAppContextLoader
protected void beforeInitAppContext()
beforeInitAppContext
in class AbstractAppContextLoader
protected org.springframework.context.support.ClassPathXmlApplicationContext createApplicationContext(java.lang.String[] locations)
createApplicationContext
in class AbstractAppContextLoader