Class JKConstants.WEB

java.lang.Object
com.jk.core.config.JKConstants.WEB
Enclosing class:
JKConstants

public static class JKConstants.WEB extends Object
This class provides constants related to WEB.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • SECURITY_PUBLIC_URL

      public static final String SECURITY_PUBLIC_URL
      Represents the configuration property for specifying the public security URL.
      See Also:
    • SESSION_CURRENT_USER_NAME

      public static final String SESSION_CURRENT_USER_NAME
      Represents the configuration property for specifying the current session user name.
      See Also:
    • ALLOW_RESET_CONFIG

      public static final String ALLOW_RESET_CONFIG
      Represents the configuration property for specifying whether configuration resetting is allowed.
      See Also:
    • ALLOW_SHOW_VERSIONS

      public static final String ALLOW_SHOW_VERSIONS
      Represents the configuration property for specifying the display of web version is enabled.
      See Also:
    • MVC_MODELS_PACKAGE

      public static final String MVC_MODELS_PACKAGE
      Represents the configuration property for specifying the MVC models package.
      See Also:
    • DEFAULT_PUBLIC_URLS

      public static final String DEFAULT_PUBLIC_URLS
      Represents the configuration property for specifying the default public URLs.

      The URLs are separated by ',' character without any space in between.

      See Also:
    • TENANT_ID_HEADER_KEY

      public static final String TENANT_ID_HEADER_KEY
      Represents the configuration property for specifying the tenant identifier (ID) header key.
      See Also:
    • TENANT_ID_HEADER_KEY_DEFAULT

      public static final String TENANT_ID_HEADER_KEY_DEFAULT
      Represents the configuration property for specifying tenant identifier (ID).
      See Also:
    • PORT_NUMBER

      public static final String PORT_NUMBER
      Represents the configuration property for specifying the server port number.
      See Also:
    • DEFAULT_PORT_NUMBER

      public static final int DEFAULT_PORT_NUMBER
      Represents the configuration property for specifying the default server port number.
      See Also:
    • WEBAPP_FOLDER

      public static final String WEBAPP_FOLDER
      Represents the configuration property for specifying the Webapp folder path.
      See Also:
    • DEFAULT_WEBAPP_FOLDER

      public static final String DEFAULT_WEBAPP_FOLDER
      Represents the configuration property for specifying the default path for the webapp folder.
      See Also:
    • THEME

      public static final String THEME
      Represents the configuration property for specifying the theme in the web context.
      See Also:
    • THEME_DEFAULT

      public static final String THEME_DEFAULT
      Represents the configuration property for specifying the default theme used in the web context.
      See Also:
  • Constructor Details

    • WEB

      public WEB()