live.constants
Class Attributes.servletContext

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

public static final class Attributes.servletContext
extends Object

Holds attribute names containing information that should be shared across sessions. These are attributes in the servlet context. For instance, to get the Cache object, you would use request.getServletContext().getAttribute(Attributes.servletContext.cache)


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

Field Detail

cache

public static final String cache
See Also:
Constant Field Values

cacheThread

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

Attributes.servletContext

public Attributes.servletContext()


Copyright © 2005