Class PageCatalog
- java.lang.Object
-
- org.apache.tapestry5.corelib.pages.PageCatalog
-
@UnknownActivationContextCheck(false) @WhitelistAccessOnly public class PageCatalog extends Object
Lists out the currently loaded pages, using aGrid
. Provides an option to force all pages to be loaded. In development mode, includes an option to clear the page cache.
-
-
Constructor Summary
Constructors Constructor Description PageCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
formatElapsed(double millis)
List<String>
getPageNames()
Collection<Page>
getPages()
void
onRecomputeTotals()
-
-
-
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(double millis)
-
-