magoffin.matt.ma2.web.util
Class WebBizContext

java.lang.Object
  extended by magoffin.matt.ma2.support.BasicBizContext
      extended by magoffin.matt.ma2.web.util.WebBizContext
All Implemented Interfaces:
BizContext

public class WebBizContext
extends BasicBizContext

BizContext for web layer.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)

Nested Class Summary
 
Nested classes/interfaces inherited from interface magoffin.matt.ma2.biz.BizContext
BizContext.Feature
 
Field Summary
static java.lang.String URL_BASE
          The attribute key for the webapp base URL.
 
Constructor Summary
WebBizContext(javax.servlet.http.HttpServletRequest request, magoffin.matt.xweb.util.AppContextSupport appContextSupport)
          Constructor.
 
Method Summary
 
Methods inherited from class magoffin.matt.ma2.support.BasicBizContext
getActingUser, getAppContextSupport, getAttribute, getLocale, isFeatureEnabled, setActingUser, setAppContextSupport, setAttribute, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_BASE

public static final java.lang.String URL_BASE
The attribute key for the webapp base URL.

See Also:
Constant Field Values
Constructor Detail

WebBizContext

public WebBizContext(javax.servlet.http.HttpServletRequest request,
                     magoffin.matt.xweb.util.AppContextSupport appContextSupport)
Constructor.

Parameters:
request - the HTTP request
appContextSupport -