org.codelabor.system.web
Class RequestConstants

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

public class RequestConstants
extends Object

요청 관련 상수

Author:
Shin Sang-jae

Field Summary
static String REQUEST_ATTRIBUTE_MAP
          요청 받은 속성 Map
static String REQUEST_PARAMETER_MAP
          요청 받은 파라미터 Map
static String REQUEST_URI
          요청 받은 URI
 
Constructor Summary
RequestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_URI

public static String REQUEST_URI
요청 받은 URI


REQUEST_ATTRIBUTE_MAP

public static String REQUEST_ATTRIBUTE_MAP
요청 받은 속성 Map


REQUEST_PARAMETER_MAP

public static String REQUEST_PARAMETER_MAP
요청 받은 파라미터 Map

Constructor Detail

RequestConstants

public RequestConstants()


Copyright © 2011 CODELABOR. All Rights Reserved.