Uses of Class
org.apache.tapestry5.internal.structure.Page.Stats
-
Packages that use Page.Stats Package Description org.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. -
-
Uses of Page.Stats in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return Page.Stats Modifier and Type Method Description Page.Stats
Page. getStats()
Returns the page construction statistics for this page.Page.Stats
PageImpl. getStats()
Methods in org.apache.tapestry5.internal.structure with parameters of type Page.Stats Modifier and Type Method Description void
Page. setStats(Page.Stats stats)
Invoked once at the end of page construction, to provide page construction statistics.void
PageImpl. setStats(Page.Stats stats)
-