Table of Contents
Table D.1. Context Variables
| Name | Description |
|---|---|
| date | The current date. |
| locale | The current locale set in the web frontend. |
| activeProject | The currently selected KlarosProject. If no project is selected this variable contains the null object. |
| user | A KlarosUser object representing the active user. |
The context variables can be accessed via SeamPDF by e.g.
<p:text value="#{date}" />
![]() | Note |
|---|---|
|
#{user.name} and #{user.username} contain different values. The first provides the user's real name, while the latter provides the name the user is logged in with. |