public static enum IlvServletLocaleUtil.LocaleContext extends Enum<IlvServletLocaleUtil.LocaleContext>
Enum Constant and Description |
---|
JSF
locale under JSF context
|
SERVER
the Server locale
|
SERVLET
locale under Servlet context
|
Modifier and Type | Method and Description |
---|---|
static IlvServletLocaleUtil.LocaleContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlvServletLocaleUtil.LocaleContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IlvServletLocaleUtil.LocaleContext JSF
public static final IlvServletLocaleUtil.LocaleContext SERVLET
public static final IlvServletLocaleUtil.LocaleContext SERVER
public static IlvServletLocaleUtil.LocaleContext[] values()
for (IlvServletLocaleUtil.LocaleContext c : IlvServletLocaleUtil.LocaleContext.values()) System.out.println(c);
public static IlvServletLocaleUtil.LocaleContext valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.