Uses of Interface
com.iizix.text.ILocaleString
Packages that use ILocaleString Package Description com.iizix.comm.oauth com.iizix.gyro com.iizix.server.gyro com.iizix.text com.iizix.text.util Uses of ILocaleString in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type ILocaleString Modifier and Type Method Description java.lang.String
AuthenticationProvider. getLocalizedName(ILocaleString localeString)
Gets the localized name of the provider.Uses of ILocaleString in com.iizix.gyro
Subinterfaces of ILocaleString in com.iizix.gyro Modifier and Type Interface Description interface
IAppSessionGyro
The interface used to access the Application Session Gyro.interface
IClientSessionGyro
The interface used to access the Client Session Gyro.Uses of ILocaleString in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement ILocaleString Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.class
ClientSessionGyro
The Client Session Gyro instance.Uses of ILocaleString in com.iizix.text
Methods in com.iizix.text with parameters of type ILocaleString Modifier and Type Method Description static KString
LocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.java.lang.String
LocaleString. asString(ILocaleString localeString)
Gets the plain string for an enum value.static java.lang.String
LocaleString. asString(ILocaleString localeString, java.lang.String textID, java.lang.String fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.Uses of ILocaleString in com.iizix.text.util
Constructors in com.iizix.text.util with parameters of type ILocaleString Constructor Description PrettyLocaledTexts(ILocaleString localeString)
Creates an instance of used for the application session and its locale.