Wiki-Quellcode von BPE_4
Version 2.1 von Holger Engels am 2024/01/30 16:51
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{groovy}} |
| 2 | import org.xwiki.context.* | ||
| 3 | def context = services.component.getInstance(Execution.class).getContext() | ||
| 4 | def printing = context.getProperty("printing") | ||
| 5 | println("lala " + printing); | ||
![]() |
2.1 | 6 | println(xcontext.request.getHttpServletRequest().getRequestURL()) |
![]() |
1.1 | 7 | {{/groovy}} |
