Package com.jk.core.config
Class JKConstants.WEB
java.lang.Object
com.jk.core.config.JKConstants.WEB
- Enclosing class:
- JKConstants
This class provides constants related to WEB.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying whether configuration resetting is allowed.static final String
Represents the configuration property for specifying the display of web version is enabled.static final int
Represents the configuration property for specifying the default server port number.static final String
Represents the configuration property for specifying the default public URLs.static final String
Represents the configuration property for specifying the default path for the webapp folder.static final String
Represents the configuration property for specifying the MVC models package.static final String
Represents the configuration property for specifying the server port number.static final String
Represents the configuration property for specifying the public security URL.static final String
Represents the configuration property for specifying the current session user name.static final String
Represents the configuration property for specifying the tenant identifier (ID) header key.static final String
Represents the configuration property for specifying tenant identifier (ID).static final String
Represents the configuration property for specifying the theme in the web context.static final String
Represents the configuration property for specifying the default theme used in the web context.static final String
Represents the configuration property for specifying the Webapp folder path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SECURITY_PUBLIC_URL
Represents the configuration property for specifying the public security URL.- See Also:
-
SESSION_CURRENT_USER_NAME
Represents the configuration property for specifying the current session user name.- See Also:
-
ALLOW_RESET_CONFIG
Represents the configuration property for specifying whether configuration resetting is allowed.- See Also:
-
ALLOW_SHOW_VERSIONS
Represents the configuration property for specifying the display of web version is enabled.- See Also:
-
MVC_MODELS_PACKAGE
Represents the configuration property for specifying the MVC models package.- See Also:
-
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
Represents the configuration property for specifying the tenant identifier (ID) header key.- See Also:
-
TENANT_ID_HEADER_KEY_DEFAULT
Represents the configuration property for specifying tenant identifier (ID).- See Also:
-
PORT_NUMBER
Represents the configuration property for specifying the server port number.- See Also:
-
DEFAULT_PORT_NUMBER
public static final int DEFAULT_PORT_NUMBERRepresents the configuration property for specifying the default server port number.- See Also:
-
WEBAPP_FOLDER
Represents the configuration property for specifying the Webapp folder path.- See Also:
-
DEFAULT_WEBAPP_FOLDER
Represents the configuration property for specifying the default path for the webapp folder.- See Also:
-
THEME
Represents the configuration property for specifying the theme in the web context.- See Also:
-
THEME_DEFAULT
Represents the configuration property for specifying the default theme used in the web context.- See Also:
-
-
Constructor Details
-
WEB
public WEB()
-