public class ApplicationContextHelper
extends org.alfresco.util.BaseApplicationContextHelper
application context
.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) |
public 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–2017 Alfresco Software. All rights reserved.