org.apache.tapestry5.corelib.pages
Class PageCatalog
java.lang.Object
org.apache.tapestry5.corelib.pages.PageCatalog
@ContentType(value="text/html")
@WhitelistAccessOnly
public class PageCatalog
- extends Object
Lists out the currently loaded pages, using a Grid
.
Provides an option to force all pages to be loaded. In development mode, includes an option to clear the page cache.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageCatalog
public PageCatalog()
onRecomputeTotals
public void onRecomputeTotals()
getPageNames
public List<String> getPageNames()
getPages
public Collection<Page> getPages()
formatElapsed
public String formatElapsed(long millis)
Copyright © 2003-2012 The Apache Software Foundation.