|
com.im.commons 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.commons.util.SpringContextConfigurations
public class SpringContextConfigurations
A common class containing references to all spring context files we need to use here and there.
| Field Summary | |
|---|---|
static String |
APP_CONTEXT_DATA_SOURCE_DEFINITION_FILE
Holds path to datasource configuration context file. |
static String |
APP_CONTEXT_DATA_TYPE_COLUMN_HANDLER_DEFINITIONS_FILE
Holds path to column types beans configuration file. |
static String |
APP_CONTEXT_ODATA_PRODUCER_PROVIDERS_FILE
The constant holds path to OData producer provider beans configuration file. |
static String |
APP_CONTEXT_OPERATION_DEFINITIONS_FILE
Holds path to operations definitions beans configuration file. |
| Constructor Summary | |
|---|---|
SpringContextConfigurations()
|
|
| Method Summary | |
|---|---|
static String[] |
getContextFiles(boolean isThreeTierMode)
takes the isServerMode and decides which set of spring context should be returned. |
static List<String> |
getLocalModeOnlyContextFiles()
|
static List<String> |
getServerOnlyContextFiles()
|
static List<String> |
getSharedContextFiles()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String APP_CONTEXT_DATA_SOURCE_DEFINITION_FILE
public static final String APP_CONTEXT_DATA_TYPE_COLUMN_HANDLER_DEFINITIONS_FILE
public static final String APP_CONTEXT_OPERATION_DEFINITIONS_FILE
public static final String APP_CONTEXT_ODATA_PRODUCER_PROVIDERS_FILE
| Constructor Detail |
|---|
public SpringContextConfigurations()
| Method Detail |
|---|
public static List<String> getServerOnlyContextFiles()
public static List<String> getSharedContextFiles()
public static List<String> getLocalModeOnlyContextFiles()
public static String[] getContextFiles(boolean isThreeTierMode)
isThreeTierMode - specifies whether the configuration files for
the client server mode is required or the files for 3-tier
|
com.im.commons 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||