apollo.Statistics
Class GZIPStat

java.lang.Object
  |
  +--apollo.Statistics.Statistic
        |
        +--apollo.Statistics.GZIPStat
All Implemented Interfaces:
java.io.Serializable

public class GZIPStat
extends Statistic
implements java.io.Serializable

This is the GZIP Statistic. It keeps track of GZIP compression statistics Copyright Joe Kislo, All Rights Reserved.

See Also:
Serialized Form

Fields inherited from class apollo.Statistics.Statistic
registeredStats, statsMethodRegistry
 
Constructor Summary
GZIPStat(ManagerTracker MT)
           
 
Method Summary
 java.lang.String renderToHTML()
          Render this Statistic in HTML.
 
Methods inherited from class apollo.Statistics.Statistic
addStat, bindMethodToStat, callStatMethod, clearMethodRegistry, clearStats, getMethodRegistry, getObject, getStat, getStats, incStat, incStat, incStat, registerStat, registerStat, registerStat, registerStat, unbindMethodToStat, unregisterUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPStat

public GZIPStat(ManagerTracker MT)
         throws TemplatePageException
Method Detail

renderToHTML

public java.lang.String renderToHTML()
                              throws TemplatePageException
Description copied from class: Statistic
Render this Statistic in HTML. *NORMALLY* you would want to override this method and render this stuff yourself.
Overrides:
renderToHTML in class Statistic