org.jbpm.formModeler.service.bb.mvc.components
@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-2013 JBoss by Red Hat. All Rights Reserved.