org.kuali.rice.kew.web
Class ModuleContext

java.lang.Object
  extended by 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)

Field Summary
private static ThreadLocal<Boolean> moduleContext
           
 
Constructor Summary
ModuleContext()
           
 
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
 

Field Detail

moduleContext

private static final ThreadLocal<Boolean> moduleContext
Constructor Detail

ModuleContext

public ModuleContext()
Method Detail

isKew

public static boolean isKew()

setKew

public static void setKew(boolean isKew)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.