Andreas schrieb:
Is there a function similar to this [...]
com.xpn.xwiki.api.XWiki.getURL(java.lang.String fullname,
java.lang.String action)
that instead of generating a link gets the rendered content for the
specified content for the given action:
getRenderedContent(String fullName, String action)
What about
java.lang.String com.xpn.xwiki.api.Document.display(
java.lang.String fieldname, java.lang.String mode
)
where mode is something like "view", "edit", "inline", ...
Guido