public class ConfigConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigConstants.DEFAULTS
Defines the default values of all properties.
|
| Modifier and Type | Field and Description |
|---|---|
int |
BUFFERSIZE
Change the hmc response buffer here (in kb).
|
boolean |
CASEINSENSITIVESTRINGSEARCH
Make search for string attributes case-insensitive (should be set to false if your database searches
case-insensitive anyway).
|
String |
CONTENTTYPE
Contenttype of the hmc response.
|
boolean |
DEBUG_SHOWJSPCOMMENTS
HMC Debugging -> show jsp start and end comments: true | false.
|
boolean |
DEFAULT_AUTOLOGIN
Default hmc login name and password (does only make sense during development) and if you will be automatically
logged in.
|
int |
DEFAULT_COLUMNLAYOUT_COLUMNWIDTH
Default attribute and editor width settings in hMC only change these values, if you exactly know what you are
doing see documentation for further details.
|
int |
DEFAULT_LABELWIDTH
Default attribute and editor width settings in hMC only change these values, if you exactly know what you are
doing see documentation for further details.
|
String |
DEFAULT_LOGIN
Default hmc login name and password (does only make sense during development) and if you will be automatically
logged in.
|
String |
DEFAULT_PASSWORD
Default hmc login name and password (does only make sense during development) and if you will be automatically
logged in.
|
int |
DEFAULT_TABLE_COLUMNWIDTH
Default attribute and editor width settings in hMC only change these values, if you exactly know what you are
doing see documentation for further details.
|
int |
DEFAULT_VALUEWIDTH
Default attribute and editor width settings in hMC only change these values, if you exactly know what you are
doing see documentation for further details.
|
boolean |
DEVELOPERMODE
Setting hmc.developermode to true enables exception texts in the 'oops' page and the highlighting of missing
localization texts (using square brackets).
|
boolean |
ENABLE_SCROLLBAR
hMC scrollbar mode.
|
String |
ENCODING
Encoding of the hmc request.
|
String |
HMC_MEDIA_FOLDER
Sub folder name of the media folder in which the hmc stores its internal media files, such as the media containing
the hmc.xml.
|
boolean |
HMC_ORGANIZERLIST_SCROLLHEADER
Set this to 'true' to force the organizer search result list to show up in one table instead of separating the
table header and the table body.
|
boolean |
HTML_ESCAPE
If true (default) the appropriate html content will be escaped in some places in the hmc (like labels etc.).
|
boolean |
REDIRECT_ABSOLUTE |
String |
RESULT_RANGES
List of all possible values of items per page in result lists.
|
String |
RESULT_RANGES_DEFAULT
Default value of items per page in result lists.
|
int |
RESULTLIST_MINHEIGHT
Minimum height of resultlist in pixels.
|
boolean |
SHOW_ITEMHISTORY
Turn off item history by setting this to false.
|
boolean |
SHOWQUERY
If true the query attribute of a savedquery will be shown in the head of the search section.
|
int |
STORING_MODIFIEDVALUES_SIZE
Advanced.
|
boolean |
STRUCTURE_DB
Load structure (hmc.xml) from database?
|
String |
STRUCTURE_FILENAME |
boolean |
TOUCHFORREPLICATION
If set to false, the setAttribute() for each session parameter in the WebChips MasterServlet is turned off.
|
boolean |
USERPROFILE_ACTIVE
Activates/disactivates usage of userprofile data.
|
String |
WINDOW_ABOUT |
String |
WINDOW_ACTIONRESULT
Set this to configure the window dimensions of hmc popup windows when not set, the window size will be relative to
the actual screen resolution.
|
String |
WINDOW_EDITOR
Set this to configure the window dimensions of hmc popup windows when not set, the window size will be relative to
the actual screen resolution.
|
String |
WINDOW_ORGANIZER
Set this to configure the window dimensions of hmc popup windows when not set, the window size will be relative to
the actual screen resolution.
|
String |
WINDOW_SHORTCUT
Set this to configure the window dimensions of hmc popup windows when not set, the window size will be relative to
the actual screen resolution.
|
String |
WINDOW_TYPEEXPORT_RESULT
Set this to configure the window dimensions of hmc popup windows when not set, the window size will be relative to
the actual screen resolution.
|
long |
WINDOWTIMEOUT
Timeout in minutes.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigConstants |
getInstance() |
public int BUFFERSIZE
public boolean CASEINSENSITIVESTRINGSEARCH
public String CONTENTTYPE
public boolean DEBUG_SHOWJSPCOMMENTS
public boolean DEFAULT_AUTOLOGIN
public int DEFAULT_COLUMNLAYOUT_COLUMNWIDTH
public int DEFAULT_LABELWIDTH
public String DEFAULT_LOGIN
public String DEFAULT_PASSWORD
public int DEFAULT_TABLE_COLUMNWIDTH
public int DEFAULT_VALUEWIDTH
public boolean DEVELOPERMODE
public boolean ENABLE_SCROLLBAR
public String ENCODING
public boolean HTML_ESCAPE
public boolean REDIRECT_ABSOLUTE
public String RESULT_RANGES
public String RESULT_RANGES_DEFAULT
public int RESULTLIST_MINHEIGHT
public boolean SHOW_ITEMHISTORY
public boolean SHOWQUERY
public int STORING_MODIFIEDVALUES_SIZE
public boolean STRUCTURE_DB
public String STRUCTURE_FILENAME
public boolean TOUCHFORREPLICATION
public boolean USERPROFILE_ACTIVE
public String WINDOW_ABOUT
public String WINDOW_ACTIONRESULT
public String WINDOW_EDITOR
public String WINDOW_ORGANIZER
public String WINDOW_SHORTCUT
public String WINDOW_TYPEEXPORT_RESULT
public long WINDOWTIMEOUT
public String HMC_MEDIA_FOLDER
public boolean HMC_ORGANIZERLIST_SCROLLHEADER
public static ConfigConstants getInstance()
Copyright © 2017 SAP SE. All Rights Reserved.