Uses of Class
com.miloun.cosmo.Modifiers
-
Uses of Modifiers in com.miloun.cosmo
Fields in com.miloun.cosmo declared as ModifiersModifier and TypeFieldDescriptionfinal ModifiersCosmo.modifiersResolved modifiers (calendar / currency / timeZone).Methods in com.miloun.cosmo that return ModifiersModifier and TypeMethodDescriptionstatic ModifiersModifiers.none()All-null modifiers — everything derived from the locale.Methods in com.miloun.cosmo with parameters of type ModifiersModifier and TypeMethodDescriptionstatic CosmoCosmo.fromAcceptLanguage(String header, Modifiers modifiers) Builds a Cosmo from an HTTPAccept-Languageheader, picking the best-quality tag.static CosmoCosmo.fromAcceptLanguage(String header, Collection<String> supported, Modifiers modifiers) Builds a Cosmo for the supported locale that best serves an HTTPAccept-Languageheader, negotiated with CLDR language-distance data (seeCosmo.bestMatch(java.util.Collection<java.lang.String>)).static CosmoCosmo.fromSubtags(Subtags subtags, Modifiers modifiers) Builds a Cosmo from locale subtags instead of a string.Constructors in com.miloun.cosmo with parameters of type Modifiers