Package com.sun.identity.common
Class LocaleContext
- java.lang.Object
-
- com.sun.identity.common.LocaleContext
-
public class LocaleContext extends Object
Context for storing request Locale.
-
-
Constructor Summary
Constructors Constructor Description LocaleContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()voidsetLocale(org.forgerock.services.context.Context serverContext)
-
-
-
Method Detail
-
getLocale
public Locale getLocale()
-
setLocale
public void setLocale(org.forgerock.services.context.Context serverContext)
-
-