com.arsdigita.web
Class WebContext
java.lang.Object
com.arsdigita.util.Record
com.arsdigita.web.WebContext
- public final class WebContext
- extends Record
A session object that provides an environment in which code can
execute. The WebContext contains all session-specific variables.
One session object is maintained per thread.
Accessors of this class may return null. Developers should take
care to trap null return values in their code.
- Author:
- Rafael Schloming, Justin Ross
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
getUser
public final User getUser()
getApplication
public final Application getApplication()
getRequestURL
public final URL getRequestURL()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC