org.melati.util
Class ContextUtil
java.lang.Object
org.melati.util.ContextUtil
public class ContextUtil
- extends Object
A single use utility object for placing in a
ServletTemplateContext
.
All it does is allow you to increment a counter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextUtil
public ContextUtil()
- No arg constructor.
increment
public Integer increment(Integer a)
- Increment an Integer.
- Parameters:
a
- the Integer to Increment
- Returns:
- a new Integer one bigger than the argument
Copyright © 2000-2010 PanEris. All Rights Reserved.