org.openprivacy.reptile.extensions
Class ShownCount

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.ShownCount

public class ShownCount
extends java.lang.Object

Extension for incrementing the shown count for specific rendered content.

Version:
$Id: ShownCount.java,v 1.3 2001/08/22 17:51:32 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
ShownCount()
           
 
Method Summary
 int get()
           
 void increment(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShownCount

public ShownCount()
Method Detail

increment

public void increment(org.apache.xalan.extensions.XSLProcessorContext context,
                      org.apache.xalan.templates.ElemExtensionCall elem)

get

public int get()