org.jiim.translation
Interface IAbbreviationsEngine
- All Known Implementing Classes:
- AbbreviationsEngineImpl
public interface IAbbreviationsEngine
The signature for the abbreviations+acronyms engine implementation
- Author:
- Jorge De Castro
|
Method Summary |
java.lang.String |
expand(java.lang.String abbreviated,
java.lang.String language)
Expand acronym or abbreviated word into its full length |
org.springframework.context.MessageSource |
getMessageSource()
|
void |
setMessageSource(org.springframework.context.MessageSource messageSource)
|
setMessageSource
void setMessageSource(org.springframework.context.MessageSource messageSource)
getMessageSource
org.springframework.context.MessageSource getMessageSource()
expand
java.lang.String expand(java.lang.String abbreviated,
java.lang.String language)
- Expand acronym or abbreviated word into its full length
- Parameters:
abbreviated - The acronym or abbreviated stringlanguage - The language the string is written in
- Returns:
- The full length, unabridged string
© 2005 jorge de castro