|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.util.ContextUtil
public class ContextUtil
A single use utility object for placing in a
ServletTemplateContext.
All it does is allow you to increment a counter.
| Constructor Summary | |
|---|---|
ContextUtil()
No arg constructor. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
increment(java.lang.Integer a)
Increment an Integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextUtil()
| Method Detail |
|---|
public java.lang.Integer increment(java.lang.Integer a)
a - the Integer to Increment
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||