Snapper 1.0 API

org.enhydra.snapper.business
Class XSLHelper

java.lang.Object
  extended byorg.enhydra.snapper.business.XSLHelper

public class XSLHelper
extends java.lang.Object

Author:
Miroslav Popov

Field Summary
static int counter
           
 
Constructor Summary
XSLHelper()
           
 
Method Summary
static java.lang.String getCounter()
           
static void incrementCounter(java.lang.String value)
           
static void resetCounter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

public static int counter
Constructor Detail

XSLHelper

public XSLHelper()
Method Detail

incrementCounter

public static void incrementCounter(java.lang.String value)

getCounter

public static java.lang.String getCounter()

resetCounter

public static void resetCounter()

Snapper 1.0 API