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.StringAuthenticationProvider. 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 interfaceIAppSessionGyroThe interface used to access the Application Session Gyro.interfaceIClientSessionGyroThe 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 classAppSessionGyroGyro instance that is used for a single user running one application.classClientSessionGyroThe 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 KStringLocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.java.lang.StringLocaleString. asString(ILocaleString localeString)Gets the plain string for an enum value.static java.lang.StringLocaleString. asString(ILocaleString localeString, java.lang.String textID, java.lang.String fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter 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.