public class ApplicationContextHelper extends BaseApplicationContextHelper
application context.BaseApplicationContextHelper.ResourceFinder, BaseApplicationContextHelper.VariableFeatureClassPathXmlApplicationContext| Modifier and Type | Field and Description |
|---|---|
static String[] |
CONFIG_LOCATIONS
location of required configuration files
|
| Constructor and Description |
|---|
ApplicationContextHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.ApplicationContext |
getApplicationContext()
Provides a static, single instance of the default Alfresco application context.
|
static org.springframework.context.ApplicationContext |
getApplicationContext(String[] configLocations)
Provides a static, single instance of an application context represented by the given
array of config locations.
|
static void |
main(String... args) |
buildClassLoader, closeApplicationContext, getApplicationContext, isContextLoaded, isNoAutoStart, isUsingLazyLoading, setNoAutoStart, setUseLazyLoadingpublic static final String[] CONFIG_LOCATIONS
public static org.springframework.context.ApplicationContext getApplicationContext()
public static org.springframework.context.ApplicationContext getApplicationContext(String[] configLocations)
public static void main(String... args)
Copyright © 2005–2020 Alfresco Software. All rights reserved.