Uses of Class
org.ferris.resiste.console.text.i18n.LocalizedString
-
-
Uses of LocalizedString in org.ferris.resiste.console.email
Fields in org.ferris.resiste.console.email declared as LocalizedString Modifier and Type Field Description protected LocalizedString
EmailDraftPage. draft
protected LocalizedString
EmailDraftPage. heading
protected LocalizedString
EmailDraftService. noAuthor
protected LocalizedString
EmailDraftService. noContents
protected LocalizedString
EmailDraftService. noDate
protected LocalizedString
EmailDraftService. noLinkHref
protected LocalizedString
EmailDraftService. noLinkText
protected LocalizedString
EmailDraftService. noTitle
-
Uses of LocalizedString in org.ferris.resiste.console.exception
Fields in org.ferris.resiste.console.exception declared as LocalizedString Modifier and Type Field Description protected LocalizedString
UncaughtExceptionPage. heading
protected LocalizedString
UncaughtExceptionPage. opps
-
Uses of LocalizedString in org.ferris.resiste.console.exit
Fields in org.ferris.resiste.console.exit declared as LocalizedString Modifier and Type Field Description protected LocalizedString
ExitPage. goodbye
protected LocalizedString
ExitPage. heading
-
Uses of LocalizedString in org.ferris.resiste.console.io
Methods in org.ferris.resiste.console.io with parameters of type LocalizedString Modifier and Type Method Description void
Console. h1(LocalizedString heading)
void
Console. h1(LocalizedString format, java.lang.Object... args)
void
Console. h2(LocalizedString heading)
void
Console. h2(LocalizedString format, java.lang.Object... args)
void
Console. p(LocalizedString str)
void
Console. p(LocalizedString format, java.lang.Object... args)
-
Uses of LocalizedString in org.ferris.resiste.console.rome
Fields in org.ferris.resiste.console.rome declared as LocalizedString Modifier and Type Field Description protected LocalizedString
SyndFilterPage. entry
protected LocalizedString
SyndRetrievalPage. entry
protected LocalizedString
SyndFilterPage. heading
protected LocalizedString
SyndRetrievalPage. heading
protected LocalizedString
SyndFilterPage. title
protected LocalizedString
SyndRetrievalPage. title
-
Uses of LocalizedString in org.ferris.resiste.console.splash
Fields in org.ferris.resiste.console.splash declared as LocalizedString Modifier and Type Field Description protected LocalizedString
SplashScreenPage. welcome
-
Uses of LocalizedString in org.ferris.resiste.console.text.i18n
Methods in org.ferris.resiste.console.text.i18n that return LocalizedString Modifier and Type Method Description LocalizedString
LocalizedStringProducer. buildWelcomeLocalizedString(javax.enterprise.inject.spi.InjectionPoint ip)
static LocalizedString
LocalizedString. format(java.lang.String fmt, java.lang.String... args)
LocalizedString
LocalizedStringProducer. getLocalizedString(javax.enterprise.inject.spi.InjectionPoint ip)
-