|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.lettertemplate.control.util.JSPUtil
This utility class for web tier components (namely Java Server Pages and JavaBeans). This class provides a central location to do specialized formatting in both a default and a locale specific manner.
Field Summary | |
private static int |
eventCounter
|
Constructor Summary | |
JSPUtil()
|
Method Summary | |
static int |
getEventId()
generate unique sequencer |
static void |
putProblemInRequest(javax.servlet.http.HttpServletRequest request,
java.lang.String problem)
method for putting in the current request, the message and the stacktrace of an exception previously catched |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static int eventCounter
Constructor Detail |
public JSPUtil()
Method Detail |
public static int getEventId()
public static void putProblemInRequest(javax.servlet.http.HttpServletRequest request, java.lang.String problem)
request
- current requestproblem
- String with the format: messageString|stackTraceString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |