Package com.jk.web.servlets
Class JKWebConstants
java.lang.Object
com.jk.web.servlets.JKWebConstants
This class contains constant values used in web applications.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the current account information in the request or session attributes.static final String
Represents the error messages in the request or session attributes.static final String
Represents the success messages in the request or session attributes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ERROR_MESSAGE
Represents the error messages in the request or session attributes.- See Also:
-
SUCCESS_MESSAGE
Represents the success messages in the request or session attributes.- See Also:
-
CURRENT_ACCOUNT
Represents the current account information in the request or session attributes.- See Also:
-
-
Constructor Details
-
JKWebConstants
public JKWebConstants()
-