org.eclipse.higgins.ics.util
Class WebKeys

java.lang.Object
  extended byorg.eclipse.higgins.ics.util.WebKeys

public class WebKeys
extends Object

This interface contains all the keys that are used to store data in the different scopes of web-tier. These values are the same as those used in the JSP pages (useBean tags).

Author:
Sergei Yakovlev

Field Summary
static String AXIS_SESSION_ID
           
static String CONTEXTS
           
static int I_NAME
           
static int I_NUMBER
           
static String URI_ERROR
           
static String URI_MAIN
           
static String USER_PROFILE
           
 
Constructor Summary
WebKeys()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXTS

public static final String CONTEXTS
See Also:
Constant Field Values

AXIS_SESSION_ID

public static final String AXIS_SESSION_ID
See Also:
Constant Field Values

I_NAME

public static final int I_NAME
See Also:
Constant Field Values

I_NUMBER

public static final int I_NUMBER
See Also:
Constant Field Values

USER_PROFILE

public static final String USER_PROFILE
See Also:
Constant Field Values

URI_MAIN

public static final String URI_MAIN
See Also:
Constant Field Values

URI_ERROR

public static final String URI_ERROR
See Also:
Constant Field Values
Constructor Detail

WebKeys

public WebKeys()