org.polliwog.handlers
Class DailyVisitorGraphHandler

java.lang.Object
  extended by org.polliwog.handlers.DailyVisitorGraphHandler
All Implemented Interfaces:
Handler, XMLIniter

public class DailyVisitorGraphHandler
extends java.lang.Object
implements Handler, XMLIniter


Field Summary
static java.lang.String ITEM_BAR
           
static java.lang.String ITEM_BAR_NO_LINK
           
static java.lang.String TABLE
           
 
Constructor Summary
DailyVisitorGraphHandler()
           
 
Method Summary
 java.lang.String generate(java.lang.Object o, VisitorData vd, Templates templates)
           
 void init(org.jdom.Element root, VisitorEnvironment ve)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE

public static final java.lang.String TABLE
See Also:
Constant Field Values

ITEM_BAR

public static final java.lang.String ITEM_BAR
See Also:
Constant Field Values

ITEM_BAR_NO_LINK

public static final java.lang.String ITEM_BAR_NO_LINK
See Also:
Constant Field Values
Constructor Detail

DailyVisitorGraphHandler

public DailyVisitorGraphHandler()
Method Detail

init

public void init(org.jdom.Element root,
                 VisitorEnvironment ve)
          throws org.jdom.JDOMException,
                 WeblogException
Specified by:
init in interface XMLIniter
Throws:
org.jdom.JDOMException
WeblogException

generate

public java.lang.String generate(java.lang.Object o,
                                 VisitorData vd,
                                 Templates templates)
                          throws WeblogException
Specified by:
generate in interface Handler
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.