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 LocalizedStringEmailDraftPage. draftprotected LocalizedStringEmailDraftPage. headingprotected LocalizedStringEmailDraftService. noAuthorprotected LocalizedStringEmailDraftService. noContentsprotected LocalizedStringEmailDraftService. noDateprotected LocalizedStringEmailDraftService. noLinkHrefprotected LocalizedStringEmailDraftService. noLinkTextprotected LocalizedStringEmailDraftService. 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 LocalizedStringUncaughtExceptionPage. headingprotected LocalizedStringUncaughtExceptionPage. 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 LocalizedStringExitPage. goodbyeprotected LocalizedStringExitPage. 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 voidConsole. h1(LocalizedString heading)voidConsole. h1(LocalizedString format, java.lang.Object... args)voidConsole. h2(LocalizedString heading)voidConsole. h2(LocalizedString format, java.lang.Object... args)voidConsole. p(LocalizedString str)voidConsole. 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 LocalizedStringSyndFilterPage. entryprotected LocalizedStringSyndRetrievalPage. entryprotected LocalizedStringSyndFilterPage. headingprotected LocalizedStringSyndRetrievalPage. headingprotected LocalizedStringSyndFilterPage. titleprotected LocalizedStringSyndRetrievalPage. 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 LocalizedStringSplashScreenPage. 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 LocalizedStringLocalizedStringProducer. buildWelcomeLocalizedString(javax.enterprise.inject.spi.InjectionPoint ip)static LocalizedStringLocalizedString. format(java.lang.String fmt, java.lang.String... args)LocalizedStringLocalizedStringProducer. getLocalizedString(javax.enterprise.inject.spi.InjectionPoint ip)
-