public class ChildrenMacroParameters extends Object
| Constructor and Description |
|---|
ChildrenMacroParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildrenNum() |
String |
getDepth() |
String |
getParent() |
boolean |
isDescendant() |
boolean |
isExcerpt() |
void |
setChildrenNum(String childrenNum) |
void |
setDepth(String depth) |
void |
setDescendant(boolean descendant) |
void |
setExcerpt(boolean excerpt) |
void |
setParent(String parentPage) |
public boolean isDescendant()
public void setDescendant(boolean descendant)
descendant - the value show descendant to setpublic String getParent()
public void setParent(String parentPage)
parentPage - parent of childrenpublic String getChildrenNum()
public void setChildrenNum(String childrenNum) throws org.xwiki.rendering.macro.MacroExecutionException
childrenNum - number of children to setorg.xwiki.rendering.macro.MacroExecutionException - if parameter is not empty and not a numberpublic String getDepth()
public void setDepth(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.