|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.PageCatalogTotals
@ReorderProperties(value="definedPages,loadedPages,uniquePageNames,selectors,components") public class PageCatalogTotals
PageCatalog
Field Summary | |
---|---|
int |
components
Total number of components. |
int |
definedPages
Number of total page names. |
int |
loadedPages
Total number of pages loaded. |
String |
selectors
All selectors represented in the pool, often just 'en'. |
int |
uniquePageNames
Number of unique page names (remember, same page may appear for multiple selectors). |
Constructor Summary | |
---|---|
PageCatalogTotals()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int loadedPages
public int definedPages
public int uniquePageNames
public int components
public String selectors
Constructor Detail |
---|
public PageCatalogTotals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |