Uses of Class
org.exoplatform.services.rest.impl.header.AcceptLanguage
Packages that use AcceptLanguage
-
Uses of AcceptLanguage in org.exoplatform.services.rest.impl.header
Fields in org.exoplatform.services.rest.impl.header declared as AcceptLanguageModifier and TypeFieldDescriptionstatic final AcceptLanguageAcceptLanguage.DEFAULTDefault accepted language, it minds any language is acceptable.Methods in org.exoplatform.services.rest.impl.header that return AcceptLanguageModifier and TypeMethodDescriptionAcceptLanguageHeaderDelegate.fromString(String header) static AcceptLanguageCreates a new instance of AcceptedLanguage by parsing the supplied string.Methods in org.exoplatform.services.rest.impl.header that return types with arguments of type AcceptLanguageModifier and TypeMethodDescriptionstatic List<AcceptLanguage> HeaderHelper.createAcceptedLanguageList(String header) Create sorted by quality value accepted language list.AcceptLanguageHeaderDelegate.support()Methods in org.exoplatform.services.rest.impl.header with parameters of type AcceptLanguage