live.constants
Class Attributes.servletContext
java.lang.Object
live.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
public static final String cache
- See Also:
- Constant Field Values
cacheThread
public static final String cacheThread
- See Also:
- Constant Field Values
Attributes.servletContext
public Attributes.servletContext()
Copyright © 2005