Table of Contents
Previous Section
http://localhost/cgi-bin/WebObjects/MyApp.woa/wa/WOStatsNote: You can access any component directly using a URL with this form.
Figure 37 shows a WOStats page.
Figure 37. WOStats Page

// WebScriptFor a list of keys to this dictionary, see the WOStatisticsStore class specification in the WebObjects Class Reference.
NSDictionary *myDict = [[[self application] statisticsStore]
statistics]; // Java
NSDictionary myDict =
this.application().statisticsStore().statistics;
Note that this dictionary is created on demand. It is costly to call this method repeatedly.
Table of Contents
Next Section