HDIV API 2.0.4

org.hdiv.util
Class Constants

java.lang.Object
  extended by org.hdiv.util.Constants

public class Constants
extends java.lang.Object

Global constants.

Since:
HDIV 1.1.1
Author:
Gorka Vicente

Field Summary
static java.lang.String CACHE_NAME
           
static java.lang.String HDIV_COOKIES_KEY
          Name of the attribute which is used for storing cookies in session.
static java.lang.String HDIV_PARAMETER
           
static java.lang.String JSESSIONID
          Session's cookie identifier
static java.lang.String KEY_NAME
           
static java.lang.String STATE_SUFFIX
          Name of the attribute which is used for storing the suffix added to the HDIV state.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HDIV_COOKIES_KEY

public static final java.lang.String HDIV_COOKIES_KEY
Name of the attribute which is used for storing cookies in session.

See Also:
Constant Field Values

STATE_SUFFIX

public static final java.lang.String STATE_SUFFIX
Name of the attribute which is used for storing the suffix added to the HDIV state.

See Also:
Constant Field Values

JSESSIONID

public static final java.lang.String JSESSIONID
Session's cookie identifier

See Also:
Constant Field Values

KEY_NAME

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

CACHE_NAME

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

HDIV_PARAMETER

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

Constants

public Constants()

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.