public class

CoreActionContext

extends Object
java.lang.Object
   ↳ webwork.action.CoreActionContext

Class Overview

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

See Also

Summary

Public Constructors
CoreActionContext()
Public Methods
static ValueStack getValueStack()
Returns the ValueStack specific to the current thread.
static void setValueStack(ValueStack valueStack)
Set the ValueStack.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CoreActionContext ()

Public Methods

public static ValueStack getValueStack ()

Returns the ValueStack specific to the current thread.

Returns
  • ActionContext for the current thread

public static void setValueStack (ValueStack valueStack)

Set the ValueStack.