apollo.Statistics
Class ServletStat

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

public class ServletStat
extends Statistic
implements java.io.Serializable

This is the Servlet Statistic. Copyright Joe Kislo, All Rights Reserved.

See Also:
Serialized Form

Fields inherited from class apollo.Statistics.Statistic
registeredStats, statsMethodRegistry
 
Constructor Summary
ServletStat(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

ServletStat

public ServletStat(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