|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.struts.test.HeaderUtil
public final class HeaderUtil
A utility for header.
Method Summary | |
---|---|
static String |
convertDateToString(long value)
Converts the date value to string. |
static String |
convertIntToString(int value)
Converts the int value to string. |
static long |
convertStringToDate(String value)
Converts the string value to date. |
static int |
convertStringToInt(String value)
Converts the string value to int. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static long convertStringToDate(String value)
value
- the string value
public static int convertStringToInt(String value)
value
- the string value
public static String convertDateToString(long value)
value
- the date value
public static String convertIntToString(int value)
value
- the date value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |