Class ConfigConstants

java.lang.Object
de.hybris.platform.hmc.jalo.ConfigConstants

public class ConfigConstants extends Object
Contains access to all properties from the configuration. They are loaded dynamically.
Since:
3.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Defines the default values of all properties.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Change the hmc response buffer here (in kb).
    boolean
    Make search for string attributes case-insensitive (should be set to false if your database searches case-insensitive anyway).
    Contenttype of the hmc response.
    boolean
    HMC Debugging -> show jsp start and end comments: true | false.
    boolean
    Default hmc login name and password (does only make sense during development) and if you will be automatically logged in.
    int
    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 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.
    int
    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 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
    Setting hmc.developermode to true enables exception texts in the 'oops' page and the highlighting of missing localization texts (using square brackets).
    boolean
    hMC 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.
    boolean
    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
    If true (default) the appropriate html content will be escaped in some places in the hmc (like labels etc.).
    boolean
     
    List of all possible values of items per page in result lists.
    Default value of items per page in result lists.
    int
    Minimum height of resultlist in pixels.
    boolean
    Turn off item history by setting this to false.
    boolean
    If true the query attribute of a savedquery will be shown in the head of the search section.
    int
    Advanced.
    boolean
    Load structure (hmc.xml) from database?
     
    boolean
    If set to false, the setAttribute() for each session parameter in the WebChips MasterServlet is turned off.
    boolean
    Activates/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.
    long
    Timeout in minutes.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BUFFERSIZE

      public int BUFFERSIZE
      Change the hmc response buffer here (in kb).
    • CASEINSENSITIVESTRINGSEARCH

      public boolean CASEINSENSITIVESTRINGSEARCH
      Make search for string attributes case-insensitive (should be set to false if your database searches case-insensitive anyway).
    • CONTENTTYPE

      public String 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_SHOWJSPCOMMENTS
      HMC Debugging -> show jsp start and end comments: true | false.
    • DEFAULT_AUTOLOGIN

      public boolean DEFAULT_AUTOLOGIN
      Default 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_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.
    • DEFAULT_LABELWIDTH

      public 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.
    • DEFAULT_LOGIN

      public String DEFAULT_LOGIN
      Default hmc login name and password (does only make sense during development) and if you will be automatically logged in.
    • DEFAULT_PASSWORD

      public String 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_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.
    • DEFAULT_VALUEWIDTH

      public 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.
    • DEVELOPERMODE

      public boolean DEVELOPERMODE
      Setting 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_SCROLLBAR
      hMC scrollbar mode.
    • ENCODING

      public String ENCODING
      Encoding of the hmc request. Per default this is UTF-8.
    • HTML_ESCAPE

      public boolean HTML_ESCAPE
      If 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

      public String RESULT_RANGES
      List of all possible values of items per page in result lists.
    • RESULT_RANGES_DEFAULT

      public String RESULT_RANGES_DEFAULT
      Default value of items per page in result lists.
    • RESULTLIST_MINHEIGHT

      public int RESULTLIST_MINHEIGHT
      Minimum height of resultlist in pixels.
    • SHOW_ITEMHISTORY

      public boolean SHOW_ITEMHISTORY
      Turn off item history by setting this to false.
    • SHOWQUERY

      public boolean SHOWQUERY
      If true the query attribute of a savedquery will be shown in the head of the search section.
    • STORING_MODIFIEDVALUES_SIZE

      public int STORING_MODIFIEDVALUES_SIZE
      Advanced.
    • STRUCTURE_DB

      public boolean STRUCTURE_DB
      Load structure (hmc.xml) from database?
    • STRUCTURE_FILENAME

      public String STRUCTURE_FILENAME
    • TOUCHFORREPLICATION

      public boolean TOUCHFORREPLICATION
      If 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_ACTIVE
      Activates/disactivates usage of userprofile data.
    • WINDOW_ABOUT

      public String WINDOW_ABOUT
    • WINDOW_ACTIONRESULT

      public 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.
    • WINDOW_EDITOR

      public 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.
    • WINDOW_ORGANIZER

      public 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.
    • WINDOW_SHORTCUT

      public 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.
    • WINDOW_TYPEEXPORT_RESULT

      public 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.
    • WINDOWTIMEOUT

      public long WINDOWTIMEOUT
      Timeout in minutes.
    • HMC_MEDIA_FOLDER

      public 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.
    • HMC_ORGANIZERLIST_SCROLLHEADER

      public 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. 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