jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

org.jbpm.formModeler.service.bb.mvc.components
Class SessionContext

java.lang.Object
  extended by 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

Constructor Summary
SessionContext()
           
 
Method Summary
 Locale getCurrentEditLocale()
           
 Locale getCurrentLocale()
           
static SessionContext lookup()
           
 void setCurrentEditLocale(Locale currentEditLocale)
           
 void setCurrentLocale(Locale currentLocale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext()
Method Detail

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)

jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.