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 java.lang.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
 java.lang.String formatElapsed(long millis)
           
 java.util.List<java.lang.String> getPageNames()
           
 java.util.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 java.util.List<java.lang.String> getPageNames()

getPages

public java.util.Collection<Page> getPages()

formatElapsed

public java.lang.String formatElapsed(long millis)


Copyright © 2003-2012 The Apache Software Foundation.