live.constants
Class Attributes.session

java.lang.Object
  extended bylive.constants.Attributes.session
Enclosing class:
Attributes

public static final class Attributes.session
extends Object

Holds attribute names containing information that should be shared across requests, but not across sessions. These are attributes in the session object. For instance, to get the threadInfo object, you would use: request.getSession().getAttribute(Attributes.session.threadInfo)


Field Summary
static String threadInfo
           
 
Constructor Summary
Attributes.session()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadInfo

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

Attributes.session

public Attributes.session()


Copyright © 2005