Versions Compared

Key

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

...

Code Block
'$' + "{something}"

Externalized text


Code Block
if you add to externalized text (config in ui), just make a key, e.g. mySchoolEmailKey, then refer to it like this

import edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer;

String template = GrouperTextContainer.textOrNull("mySchoolEmailKey");



API Compability

gsh is now a core part of the Grouper API and so is always compatible with the current release.

...