com.fullspan.kat.web
Class KatHttpReqParamKeys

java.lang.Object
  extended bycom.fullspan.kat.web.KatHttpReqParamKeys

public class KatHttpReqParamKeys
extends java.lang.Object

Author:
Mitch Stuart

Field Summary
static java.lang.String PARAM_ENTRY_TYPE
           
static java.lang.String PARAM_ID
           
static java.lang.String PARAM_NAME
           
static java.lang.String PARAM_PARENT_CATID
           
 
Constructor Summary
KatHttpReqParamKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_ID

public static final java.lang.String PARAM_ID
See Also:
Constant Field Values

PARAM_PARENT_CATID

public static final java.lang.String PARAM_PARENT_CATID
See Also:
Constant Field Values

PARAM_ENTRY_TYPE

public static final java.lang.String PARAM_ENTRY_TYPE
See Also:
Constant Field Values

PARAM_NAME

public static final java.lang.String PARAM_NAME
See Also:
Constant Field Values
Constructor Detail

KatHttpReqParamKeys

public KatHttpReqParamKeys()