Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • HtmlBundle, generally used by the JSP pages, fragments.
  • ErrorBundle, generally the location for most of the error messages
  • InteractiveBundle, generally sources the Javascript messages
  • SetupBundle, generally used by config.jsp & firstTime.jsp

Java

TODO

Translated exceptions, and other.The classes of interest are:

  • ClientSessionProvider: gives access to the current Locale and contains the logic around calculating the Locale, based on cookie/param/header
  • TranslatedException: captures a key and its arguments. These are later processed by the FrontController

 

HTML

The following code fragments explain how this is used

...