Uses of Class
org.apache.tapestry5.internal.structure.Page.Stats

Packages that use Page.Stats
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
 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
 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)
           
 



Copyright © 2003-2012 The Apache Software Foundation.