Changes for page Scripting
Last modified by Mohammad Humayun Khan on 2021/07/22
Change comment:
Fix broken links
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -131,9 +131,9 @@ 131 131 132 132 After using this snippet, you will have 3 new objects: 133 133 134 -* [[Theunderlying XWikiContext behind the Context object>>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/XWikiContext.html]]: **##xc##**135 -* [[The underlying XWiki object which backs the **##xwiki##** object>>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/XWiki.html]]: **##wiki##**136 -* [[The underlying XWikiDocumentbehind the current Document>>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/doc/XWikiDocument.html]]: **##xdoc##**134 +* {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWikiContext.java"}}The underlying XWikiContext behind the Context object{{/scm}}: **##xc##** 135 +* {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java"}}The underlying XWiki object which backs the **##xwiki##** object{{/scm}}: **##wiki##** 136 +* {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java"}}The underlying XWikiDocument behind the current Document{{/scm}}: **##xdoc##** 137 137 138 138 You will find that many of the methods in **##wiki##** and **##xdoc##** require an instance of the XWikiContext, this is the underlying xcontext **##xc##** not the Api context **##xcontext##**. 139 139