org.eclipse.higgins.ics.util
Class WebKeys
java.lang.Object
org.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
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
WebKeys
public WebKeys()