com.arsdigita.web
Class WebContext

java.lang.Object
  extended bycom.arsdigita.util.Record
      extended bycom.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

Field Summary
static String versionId
           
 
Method Summary
 Application getApplication()
           
 URL getRequestURL()
           
 User getUser()
           
 
Methods inherited from class com.arsdigita.util.Record
accessed, getCurrentState, mutated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

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 21 2004:2337 UTC