|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.web.UserState
public class UserState extends java.lang.Object
The Class UserState.
Modifier and Type | Field and Description |
---|---|
static thinwire.ui.Application.Local<java.util.Locale> |
locale
The Constant locale. |
static thinwire.ui.Application.Local<User> |
user
The Constant user. |
static thinwire.ui.Application.Local<java.util.Map<java.lang.String,java.lang.String>> |
userSettings
The Constant userSettings. |
Constructor and Description |
---|
UserState()
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAcceptLanguage()
Gets the accept language. |
static java.lang.String |
getSessionId()
Gets the session id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final thinwire.ui.Application.Local<User> user
public static final thinwire.ui.Application.Local<java.util.Locale> locale
public static final thinwire.ui.Application.Local<java.util.Map<java.lang.String,java.lang.String>> userSettings
Constructor Detail |
---|
public UserState()
Method Detail |
---|
public static java.lang.String getSessionId()
public static java.lang.String getAcceptLanguage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |