org.xwiki.rendering.macro.context
Class ContextMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.context.ContextMacroParameters

public class ContextMacroParameters
extends Object

Parameters for the Context macro.

Since:
3.0M1
Version:
$Id: ed711d1ef90a1cc00a3bc9e7d5210658248f93c4 $

Constructor Summary
ContextMacroParameters()
           
 
Method Summary
 String getDocument()
           
 void setDocument(String documentReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextMacroParameters

public ContextMacroParameters()
Method Detail

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–2014 XWiki. All rights reserved.