|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.meshcms.core.SiteMapIterator
Iterator for the site map.
Constructor Summary | |
SiteMapIterator(WebSite webSite)
Creates an iterator for the full site map of the given website. |
|
SiteMapIterator(WebSite webSite,
Path root)
Creates an iterator for the full a submap of the given website, starting from the specified root path. |
Method Summary | |
PageInfo |
getNextPage()
Returns the next page (same as next() , but returns null when there
are no more pages. |
boolean |
hasNext()
|
boolean |
isSkipHiddenSubPages()
|
java.lang.Object |
next()
|
void |
remove()
|
void |
setSkipHiddenSubPages(boolean skipHiddenSubPages)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SiteMapIterator(WebSite webSite)
public SiteMapIterator(WebSite webSite, Path root)
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
public PageInfo getNextPage()
next()
, but returns null when there
are no more pages.
public boolean isSkipHiddenSubPages()
public void setSkipHiddenSubPages(boolean skipHiddenSubPages)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |