Package de.hybris.platform.hmc.jalo
Class ConfigConstants
java.lang.Object
de.hybris.platform.hmc.jalo.ConfigConstants
Contains access to all properties from the configuration. They are loaded dynamically.
- Since:
- 3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the default values of all properties. -
Field Summary
FieldsModifier and TypeFieldDescriptionintChange the hmc response buffer here (in kb).booleanMake search for string attributes case-insensitive (should be set to false if your database searches case-insensitive anyway).Contenttype of the hmc response.booleanHMC Debugging -> show jsp start and end comments: true | false.booleanDefault hmc login name and password (does only make sense during development) and if you will be automatically logged in.intDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details.intDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details.Default hmc login name and password (does only make sense during development) and if you will be automatically logged in.Default hmc login name and password (does only make sense during development) and if you will be automatically logged in.intDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details.intDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details.booleanSetting hmc.developermode to true enables exception texts in the 'oops' page and the highlighting of missing localization texts (using square brackets).booleanhMC scrollbar mode.Encoding of the hmc request.Sub folder name of the media folder in which the hmc stores its internal media files, such as the media containing the hmc.xml.booleanSet 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.booleanIf true (default) the appropriate html content will be escaped in some places in the hmc (like labels etc.).booleanList of all possible values of items per page in result lists.Default value of items per page in result lists.intMinimum height of resultlist in pixels.booleanTurn off item history by setting this to false.booleanIf true the query attribute of a savedquery will be shown in the head of the search section.intAdvanced.booleanLoad structure (hmc.xml) from database?booleanIf set to false, the setAttribute() for each session parameter in the WebChips MasterServlet is turned off.booleanActivates/disactivates usage of userprofile data.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.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.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.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.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.longTimeout in minutes. -
Method Summary
-
Field Details
-
BUFFERSIZE
public int BUFFERSIZEChange the hmc response buffer here (in kb). -
CASEINSENSITIVESTRINGSEARCH
public boolean CASEINSENSITIVESTRINGSEARCHMake search for string attributes case-insensitive (should be set to false if your database searches case-insensitive anyway). -
CONTENTTYPE
Contenttype of the hmc response. Per default no charset is set, therefore the default charset 8859-1 should be used (see servlet apidoc). -
DEBUG_SHOWJSPCOMMENTS
public boolean DEBUG_SHOWJSPCOMMENTSHMC Debugging -> show jsp start and end comments: true | false. -
DEFAULT_AUTOLOGIN
public boolean DEFAULT_AUTOLOGINDefault hmc login name and password (does only make sense during development) and if you will be automatically logged in. -
DEFAULT_COLUMNLAYOUT_COLUMNWIDTH
public int DEFAULT_COLUMNLAYOUT_COLUMNWIDTHDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details. -
DEFAULT_LABELWIDTH
public int DEFAULT_LABELWIDTHDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details. -
DEFAULT_LOGIN
Default hmc login name and password (does only make sense during development) and if you will be automatically logged in. -
DEFAULT_PASSWORD
Default hmc login name and password (does only make sense during development) and if you will be automatically logged in. -
DEFAULT_TABLE_COLUMNWIDTH
public int DEFAULT_TABLE_COLUMNWIDTHDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details. -
DEFAULT_VALUEWIDTH
public int DEFAULT_VALUEWIDTHDefault attribute and editor width settings in hMC only change these values, if you exactly know what you are doing see documentation for further details. -
DEVELOPERMODE
public boolean DEVELOPERMODESetting hmc.developermode to true enables exception texts in the 'oops' page and the highlighting of missing localization texts (using square brackets). -
ENABLE_SCROLLBAR
public boolean ENABLE_SCROLLBARhMC scrollbar mode. -
ENCODING
Encoding of the hmc request. Per default this is UTF-8. -
HTML_ESCAPE
public boolean HTML_ESCAPEIf true (default) the appropriate html content will be escaped in some places in the hmc (like labels etc.). -
REDIRECT_ABSOLUTE
public boolean REDIRECT_ABSOLUTE -
RESULT_RANGES
List of all possible values of items per page in result lists. -
RESULT_RANGES_DEFAULT
Default value of items per page in result lists. -
RESULTLIST_MINHEIGHT
public int RESULTLIST_MINHEIGHTMinimum height of resultlist in pixels. -
SHOW_ITEMHISTORY
public boolean SHOW_ITEMHISTORYTurn off item history by setting this to false. -
SHOWQUERY
public boolean SHOWQUERYIf true the query attribute of a savedquery will be shown in the head of the search section. -
STORING_MODIFIEDVALUES_SIZE
public int STORING_MODIFIEDVALUES_SIZEAdvanced. -
STRUCTURE_DB
public boolean STRUCTURE_DBLoad structure (hmc.xml) from database? -
STRUCTURE_FILENAME
-
TOUCHFORREPLICATION
public boolean TOUCHFORREPLICATIONIf set to false, the setAttribute() for each session parameter in the WebChips MasterServlet is turned off. Note that session replication may not work if disabled (default is true). -
USERPROFILE_ACTIVE
public boolean USERPROFILE_ACTIVEActivates/disactivates usage of userprofile data. -
WINDOW_ABOUT
-
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. -
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. -
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. -
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. -
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. -
WINDOWTIMEOUT
public long WINDOWTIMEOUTTimeout in minutes. -
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. -
HMC_ORGANIZERLIST_SCROLLHEADER
public boolean HMC_ORGANIZERLIST_SCROLLHEADERSet 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. This makes sense for search result lists with many columns because these will otherwise break up the horizontal scrolling (as the header doesn't scroll along with the table body).
-
-
Method Details
-
getInstance
-