public abstract class AbstractScopeConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIENT_IP
当前操作用户的IP地址
|
static java.lang.String |
FUNCTION_DEFINING
当前用户正在访问的功能模块的说明
|
static java.lang.String |
LOGIN_NAME
当前登录用户的用户名
|
static java.lang.String |
LOGIN_USER
当前登录用户对象
|
static java.lang.String |
SCOPE_CONTANTS
当前常量类放入Session中的名字
|
| Constructor and Description |
|---|
AbstractScopeConstants() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCLIENT_IP() |
java.lang.Object |
getFUNCTION_DEFINING() |
java.lang.Object |
getLOGIN_NAME() |
java.lang.Object |
getLOGIN_USER() |
public static final java.lang.String SCOPE_CONTANTS
public static final java.lang.String FUNCTION_DEFINING
public static final java.lang.String CLIENT_IP
public static final java.lang.String LOGIN_USER
public static final java.lang.String LOGIN_NAME