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.


Method Summary
 String formatDate(Calendar DTMillis)
           
 String formatDate(Date DTMillis)
           
 String formatDate(long DTMillis)
           
 String formatDateTime(Calendar DTMillis)
           
 String formatDateTime(Date DTMillis)
           
 String formatDateTime(long DTMillis)
           
 String formatDecimal(Number No)
           
 String formatInteger(Number No)
           
 String formatNumber(Number No)
           
 String formatTime(Calendar DTMillis)
           
 String formatTime(Date DTMillis)
           
 String formatTime(long DTMillis)
           
 XMLDocument getDocument(String FileName)
           
 XMLDocument getDocument(URL DocURL)
           
 String getHTTPLanguageString()
           
 Locale getLocale()
           
 String getMessageString(String Key, Object... Values)
           
 XMLString getMessageXML(String Key, Object... Values)
           
 String getString(String Key)
           
 XMLString getXML(String Key)
           
 Date parseDate(String Text)
           
 Date parseDateTime(String Text)
           
 BigDecimal parseDecimal(String DecStr)
           
 BigInteger parseInteger(String IntStr)
           
 Time parseTime(String Text)
           
 

Method Detail

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