On Tue, Jul 31, 2012 at 11:06 AM, Elena Roman <[email protected]> wrote: > Hi, > > Inside a xwiki page there is inserted a INFO macro. How can I get the > corresponding InfoMessageMacro object from the code(groovy) using API?
You can't. Thiis macro is a Java macro. See https://github.com/xwiki/xwiki-rendering/tree/master/xwiki-rendering-macros/xwiki-rendering-macro-message. For actual wiki macros you can go to XWiki.WikiMacros page to list all of them (or look at how this page is doing to find them). > > > > Thanks. > > > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

