org.jbpm.formModeler.service.bb.mvc.components
Class SessionContext
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.components.SessionContext
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
@Named(value="sessionContext")
public class SessionContext
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionContext
public SessionContext()
lookup
public static SessionContext lookup()
getCurrentEditLocale
public Locale getCurrentEditLocale()
setCurrentEditLocale
public void setCurrentEditLocale(Locale currentEditLocale)
getCurrentLocale
public Locale getCurrentLocale()
setCurrentLocale
public void setCurrentLocale(Locale currentLocale)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.