Changes for page Scripting
Last modified by Raphaƫl Jakse on 2022/07/22
Change comment:
fixed broken link
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.en ygma1 +XWiki.VincentMassol - Content
-
... ... @@ -31,9 +31,7 @@ 31 31 32 32 You can also gain direct access to XWiki components using the following code snippet (also see: [[Accessing components from Groovy>>DevGuide.WritingComponents#HAccessingacomponentfromgroovy]]): 33 33 34 -{{info}} 35 -This snippet is written in Groovy and will have to be converted to your scripting language. 36 -{{/info}} 34 +{{info}}This snippet is written in Groovy and will have to be converted to your scripting language.{{/info}} 37 37 38 38 {{code language="java"}} 39 39 {{groovy}} ... ... @@ -89,7 +89,6 @@ 89 89 * [[Escape Tool>>http://velocity.apache.org/tools/releases/1.4/generic/EscapeTool.html]]: **##$escapetool##** 90 90 * [[Sort Tool>>http://velocity.apache.org/tools/releases/1.4/javadoc/org/apache/velocity/tools/generic/SortTool.html]]: **##$sorttool##** 91 91 * Message Tool: **##$msg##** This tool is used to provide internationalized messages based on keys. For more details see the [[How to Write Internationalized Applications tutorial>>DevGuide.InternationalizingApplications]]. 92 -* [[String Tool>>http://commons.apache.org/lang/api/org/apache/commons/lang3/StringUtils.html]]: **##$stringtool##** (since 3.4M1) 93 93 94 94 {{info}} 95 95 If you wish to add new Velocity tools you'll need to edit your ##xwiki.properties## file and follow the instructions in there. ... ... @@ -165,9 +165,7 @@ 165 165 166 166 = Groovy Specific Information = 167 167 168 -{{info}} 169 -Currently all non Velocity scripting languages are only allowed users having Programming Rights. 170 -{{/info}} 165 +{{info}}Currently all non Velocity scripting languages are only allowed users having Programming Rights.{{/info}} 171 171 172 172 * See Groovy snippets in the [[Extensions wiki>>extensions:Main.WebHome]] (click on the "Groovy" tag in the Tag Cloud) 173 173 * [[Groovy web site>>http://groovy.codehaus.org/]]