@ApplicationScoped @Named(value="sessionContext") public class SessionContext extends Object implements Serializable
| Constructor and Description |
|---|
SessionContext() |
| Modifier and Type | Method and Description |
|---|---|
Locale |
getCurrentEditLocale() |
Locale |
getCurrentLocale() |
static SessionContext |
lookup() |
void |
setCurrentEditLocale(Locale currentEditLocale) |
void |
setCurrentLocale(Locale currentLocale) |
public static SessionContext lookup()
public Locale getCurrentEditLocale()
public void setCurrentEditLocale(Locale currentEditLocale)
public Locale getCurrentLocale()
public void setCurrentLocale(Locale currentLocale)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.