Class AppConstants

java.lang.Object
org.spincast.website.AppConstants

public abstract class AppConstants extends Object
  • Field Details

    • RC_VARIABLE_HTML_SECTION_CLASSES

      public static final String RC_VARIABLE_HTML_SECTION_CLASSES
      Cookie name that can be used to save the user locale.
      See Also:
    • HTTP_AUTH_REALM_NAME_ADMIN

      public static final String HTTP_AUTH_REALM_NAME_ADMIN
      The name of the HTTP authentication realm for the "admin" section of the site.
      See Also:
    • HTTP_AUTH_REALM_NAME_EXAMPLE

      public static final String HTTP_AUTH_REALM_NAME_EXAMPLE
      The name of the HTTP authentication realm for the propected section example.
      See Also:
  • Constructor Details

    • AppConstants

      public AppConstants()