|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.structure.Page.Stats
public static final class Page.Stats
Page construction statistics for the page.
Field Summary | |
---|---|
long |
assemblyTime
Time, in milliseconds, to construct the page. |
int |
componentCount
The total number of components in the page, including the root component. |
int |
weight
The "weight" of the page is an arbitrary number that factors the number of components, mixins, component template elements, bindings, and other factors. |
Constructor Summary | |
---|---|
Page.Stats(long assemblyTime,
int componentCount,
int weight)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long assemblyTime
public final int componentCount
public final int weight
Constructor Detail |
---|
public Page.Stats(long assemblyTime, int componentCount, int weight)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |