Hello,

> Hi,
>
> Is there any way to access to page object attributes and/or unrendered
> page
> content ? Thanks in advance.

1. Yes:
#set($object = $doc.getObject("XWiki.MyClass"))
$object.get("propName")

check http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide and
http://platform.xwiki.org/xwiki/bin/view/DevGuide/API for more.

2. What do you mean by unrendered ? No skin ? No wiki rendering ?

Jerome.

>
> --
> Hoani CROSS
> Globotraders Tahiti Founder [http://globotraders-tahiti.com]
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>


_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to