org.codelabor.system.web
Class SessionConstants

java.lang.Object
  extended by org.codelabor.system.web.SessionConstants

public class SessionConstants
extends Object

세션 상수

Author:
Shin Sang-jae

Field Summary
static String SESSION_LOGIN_INFO
          로그인 정보
static String SESSION_REQUEST_ID
          요청 ID
 
Constructor Summary
SessionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_LOGIN_INFO

public static final String SESSION_LOGIN_INFO
로그인 정보

See Also:
Constant Field Values

SESSION_REQUEST_ID

public static final String SESSION_REQUEST_ID
요청 ID

See Also:
Constant Field Values
Constructor Detail

SessionConstants

public SessionConstants()


Copyright © 2011 CODELABOR. All Rights Reserved.