syam_kg wrote: > Hi > > Is there any documentation available for the velocity API > objects($xwiki,$doc,$context,$request..) > in xwiki ? I am looking for the list of the methods available in these > objects and the description of each of those methods. Please help ..
Have a look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/API , pick your XWiki version and look at the XWiki, Document, Context, etc classes. The objects in velocity are nothing else but instances of these classes, put in the velocity environment. Happy coding! Anca Luca > > Thanks in _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
