webwork.action
Class CoreActionContext

java.lang.Object
  extended bywebwork.action.CoreActionContext

public class CoreActionContext
extends java.lang.Object

A context used for to store information specific to a thread that wouldn't be appropriate to store in ActionContext.

Version:
$Revision: 2 $
Author:
Maurice C. Parker (maurice@vineyardenterprise.com)
See Also:
ActionContext

Constructor Summary
CoreActionContext()
           
 
Method Summary
static ValueStack getValueStack()
          Returns the ValueStack specific to the current thread.
static void setValueStack(ValueStack valueStack)
          Set the ValueStack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreActionContext

public CoreActionContext()
Method Detail

setValueStack

public static void setValueStack(ValueStack valueStack)
Set the ValueStack.

Parameters:
valueStack -

getValueStack

public static ValueStack getValueStack()
Returns the ValueStack specific to the current thread.

Returns:
ActionContext for the current thread


Copyright © 2001-2003 WebWork All Rights Reserved.