Class JKWebConstants

java.lang.Object
com.jk.web.servlets.JKWebConstants

public class JKWebConstants extends Object
This class contains constant values used in web applications.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • ERROR_MESSAGE

      public static final String ERROR_MESSAGE
      Represents the error messages in the request or session attributes.
      See Also:
    • SUCCESS_MESSAGE

      public static final String SUCCESS_MESSAGE
      Represents the success messages in the request or session attributes.
      See Also:
    • CURRENT_ACCOUNT

      public static final String CURRENT_ACCOUNT
      Represents the current account information in the request or session attributes.
      See Also:
  • Constructor Details

    • JKWebConstants

      public JKWebConstants()