|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILocalizationService
A simple localization service. This service is responsible for providing localized translations of strings that are shown to the user.
| Method Summary | |
|---|---|
String |
formatDate(Date date)
Called to format the given date. |
String |
formatDateTime(Date dateTime)
Called to format the given date/time. |
String |
translate(String key,
Object... args)
Called to translate a message using whatever the current locale might be. |
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
|---|
start |
| Method Detail |
|---|
String translate(String key,
Object... args)
key - the message key
String formatDate(Date date)
date - String formatDateTime(Date dateTime)
dateTime -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||