org.exoplatform.wiki.rendering.macro.pagetree
Class PageTreeMacroParameters
java.lang.Object
org.exoplatform.wiki.rendering.macro.pagetree.PageTreeMacroParameters
public class PageTreeMacroParameters
- extends Object
Created by The eXo Platform SAS
Author : Lai Trung Hieu
hieu.lai@exoplatform.com
Jan 06, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageTreeMacroParameters
public PageTreeMacroParameters()
getRoot
public String getRoot()
- Returns:
- root page of children
setRoot
public void setRoot(String root)
- Parameters:
root - root of page tree
getStartDepth
public String getStartDepth()
- Returns:
- the depth of children
setStartDepth
public void setStartDepth(String depth)
throws org.xwiki.rendering.macro.MacroExecutionException
- Parameters:
depth - depth of children to set
- Throws:
org.xwiki.rendering.macro.MacroExecutionException - if parameter is not empty and not a number
isExcerpt
public boolean isExcerpt()
- Returns:
- the value allow hide excerpt or not
setExcerpt
public void setExcerpt(boolean excerpt)
- Parameters:
hidden - the value show excerpt to set
Copyright © 2013 eXo Platform SAS. All Rights Reserved.