com.fdsapi
Class AppConstants
java.lang.Object
|
+--com.fdsapi.AppConstants
- public class AppConstants
- extends java.lang.Object
This class defines constants used in the FormattedDataSet codeline.
Currently it contains constants that define what the applications HTML tables and listboxes will look like.
The constants defined in this class can be accessed as follows:
String str=AppConstants.DATASOURCE;
Note that being as all values are static the AppConstants object does not to be created
with new to reference it.
View Code
|
Method Summary |
static java.lang.String |
get(java.lang.String key)
|
static java.util.Map |
getAppConstants()
|
static java.lang.String |
replaceString(java.lang.String sourceStr,
java.lang.String replaceStr,
java.lang.String replaceWithStr)
|
static void |
setAppConstants(java.util.Map newAppConstants)
|
static Monitor |
start(java.lang.String locator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATASOURCE
public static java.lang.String DATASOURCE
MONITOR_PRIORITY_LEVEL
public static final int MONITOR_PRIORITY_LEVEL
- See Also:
- Constant Field Values
MONITOR_PREFIX
public static final java.lang.String MONITOR_PREFIX
- See Also:
- Constant Field Values
AppConstants
protected AppConstants()
setAppConstants
public static void setAppConstants(java.util.Map newAppConstants)
getAppConstants
public static java.util.Map getAppConstants()
get
public static java.lang.String get(java.lang.String key)
start
public static Monitor start(java.lang.String locator)
replaceString
public static java.lang.String replaceString(java.lang.String sourceStr,
java.lang.String replaceStr,
java.lang.String replaceWithStr)