|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.pages.PageCatalog
@ContentType(value="text/html") @WhitelistAccessOnly public class PageCatalog
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 |
---|
public PageCatalog()
Method Detail |
---|
public void onRecomputeTotals()
public java.util.List<java.lang.String> getPageNames()
public java.util.Collection<Page> getPages()
public java.lang.String formatElapsed(long millis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |