public class PageTreeMacroParameters extends Object
| Constructor and Description |
|---|
PageTreeMacroParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRoot() |
String |
getStartDepth() |
boolean |
isExcerpt() |
void |
setExcerpt(boolean excerpt) |
void |
setRoot(String root) |
void |
setStartDepth(String depth) |
public String getRoot()
public void setRoot(String root)
root - root of page treepublic String getStartDepth()
public void setStartDepth(String depth) throws org.xwiki.rendering.macro.MacroExecutionException
depth - depth of children to setorg.xwiki.rendering.macro.MacroExecutionException - if parameter is not empty and not a numberpublic boolean isExcerpt()
public void setExcerpt(boolean excerpt)
excerpt - the value show excerpt to setCopyright © 2003–2017 eXo Platform SAS. All rights reserved.