|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.ma2.util.BizContextUtil
public class BizContextUtil
Utility API for dealing with BizContext instances.
Constructor Summary | |
---|---|
BizContextUtil()
|
Method Summary | |
---|---|
static void |
attachBizContext(BizContext context)
Set a BizContext for the current thread. |
static BizContext |
getBizContext()
Get the BizContext previously set via attachBizContext(BizContext) . |
static void |
removeBizContext()
Remove a BizContext from the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BizContextUtil()
Method Detail |
---|
public static void attachBizContext(BizContext context)
context
- the contextpublic static BizContext getBizContext()
attachBizContext(BizContext)
.
public static void removeBizContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |