com.fatwire.gst.foundation.facade.runtag.siteplan
Class ListPages
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.siteplan.ListPages
- All Implemented Interfaces:
- TagRunner
public final class ListPages
- extends AbstractTagRunner
List pages in the siteplan.
<SITEPLAN.LISTPAGES NAME="thePubNode" PLACEDLIST="placedPages" LEVEL="1"/>
- Since:
- Jul 14, 2009
- Author:
- Tony Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListPages
public ListPages()
setName
public void setName(String name)
setPlacedList
public void setPlacedList(String placedPages)
setLevel
public void setLevel(int level)
getChildPages
public static List<com.fatwire.assetapi.data.AssetId> getChildPages(COM.FutureTense.Interfaces.ICS ics,
long p)
- Return the immediate children of the specified page in the site plan
tree. If the page is not present in the site plan tree, an exception is
thrown. If no child pages are found an empty list is returned.
- Parameters:
ics
- ICS contextp
- ID of the the page whose children will be looked up
- Returns:
- list of children of the input page, never null
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.