org.apache.tapestry5.corelib.pages
Class PageCatalog

java.lang.Object
  extended by 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.


Constructor Summary
PageCatalog()
           
 
Method Summary
 String formatElapsed(long millis)
           
 List<String> getPageNames()
           
 Collection<Page> getPages()
           
 void onRecomputeTotals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageCatalog

public PageCatalog()
Method Detail

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.