edu.utexas.its.eis.tools.qwicap.servlet
Interface i18nServices
public interface i18nServices
Created by IntelliJ IDEA.
User: chrisj
Date: Sep 16, 2007
Time: 8:11:44 PM
To change this template use File | Settings | File Templates.
getLocale
Locale getLocale()
getHTTPLanguageString
String getHTTPLanguageString()
parseInteger
BigInteger parseInteger(String IntStr)
throws ParseException,
ArithmeticException
- Throws:
ParseException
ArithmeticException
parseDecimal
BigDecimal parseDecimal(String DecStr)
throws ParseException
- Throws:
ParseException
formatNumber
String formatNumber(Number No)
formatInteger
String formatInteger(Number No)
formatDecimal
String formatDecimal(Number No)
parseDateTime
Date parseDateTime(String Text)
throws ParseException
- Throws:
ParseException
parseDate
Date parseDate(String Text)
throws ParseException
- Throws:
ParseException
parseTime
Time parseTime(String Text)
throws ParseException
- Throws:
ParseException
formatDateTime
String formatDateTime(long DTMillis)
formatDateTime
String formatDateTime(Date DTMillis)
formatDateTime
String formatDateTime(Calendar DTMillis)
formatDate
String formatDate(long DTMillis)
formatDate
String formatDate(Date DTMillis)
formatDate
String formatDate(Calendar DTMillis)
formatTime
String formatTime(long DTMillis)
formatTime
String formatTime(Date DTMillis)
formatTime
String formatTime(Calendar DTMillis)
getDocument
XMLDocument getDocument(String FileName)
throws TagException,
IOException
- Throws:
TagException
IOException
getDocument
XMLDocument getDocument(URL DocURL)
throws TagException,
IOException
- Throws:
TagException
IOException
getString
String getString(String Key)
getMessageString
String getMessageString(String Key,
Object... Values)
getMessageXML
XMLString getMessageXML(String Key,
Object... Values)
throws TagException
- Throws:
TagException
getXML
XMLString getXML(String Key)
throws TagException
- Throws:
TagException