org.kuali.rice.kew.web
Class ModuleContext
java.lang.Object
org.kuali.rice.kew.web.ModuleContext
public class ModuleContext
- extends Object
Maintains a ThreadLocal which indicates whether the current struts module we are in is the
KEW module.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
static boolean |
isKew()
|
static void |
setKew(boolean isKew)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleContext
private static final ThreadLocal<Boolean> moduleContext
ModuleContext
public ModuleContext()
isKew
public static boolean isKew()
setKew
public static void setKew(boolean isKew)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.