Package cn.mapway.ui.shared
Class CommonConstant
- java.lang.Object
-
- cn.mapway.ui.shared.CommonConstant
-
public class CommonConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_TOKENstatic StringBUS_EVENT_MESSAGEstatic StringKEY_LOGIN_USERstatic StringTOKEN_PREFIX
-
Constructor Summary
Constructors Constructor Description CommonConstant()
-
-
-
Field Detail
-
TOKEN_PREFIX
public static final String TOKEN_PREFIX
- See Also:
- Constant Field Values
-
API_TOKEN
public static final String API_TOKEN
- See Also:
- Constant Field Values
-
KEY_LOGIN_USER
public static final String KEY_LOGIN_USER
- See Also:
- Constant Field Values
-
BUS_EVENT_MESSAGE
public static final String BUS_EVENT_MESSAGE
- See Also:
- Constant Field Values
-
-