org.xwiki.rendering.macro.context
Class ContextMacroParameters
java.lang.Object
org.xwiki.rendering.macro.context.ContextMacroParameters
public class ContextMacroParameters
- extends Object
Parameters for the Context macro.
- Since:
- 3.0M1
- Version:
- $Id: ed711d1ef90a1cc00a3bc9e7d5210658248f93c4 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextMacroParameters
public ContextMacroParameters()
getDocument
public String getDocument()
- Returns:
- the reference to the document that will be set as the current document to evaluate the macro's content
setDocument
public void setDocument(String documentReference)
- Parameters:
documentReference - refer to getDocument()
Copyright © 2004-2012 XWiki. All Rights Reserved.