| Package | Description |
|---|---|
| webwork.action |
This package contains the API that Actions implement.
|
| webwork.expr |
This package contains the parser used to evaluate WebWork expressions.
|
| webwork.util |
This package contains various utility classes and JavaBeans.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueStack |
ActionContext.getValueStack()
Returns the ValueStack specific to the current thread.
|
static ValueStack |
CoreActionContext.getValueStack()
Returns the ValueStack specific to the current thread.
|
ValueStack |
ActionContext.getValueStackImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionContext.setValueStack(ValueStack valueStack)
Set the ValueStack.
|
static void |
CoreActionContext.setValueStack(ValueStack valueStack)
Set the ValueStack.
|
void |
ActionContext.setValueStackImpl(ValueStack valueStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setValueStack(ValueStack valueStack)
Set the value stack
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletValueStack
Value stack implementation for a servlet based scenario.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleTest.test(ValueStack stack) |
protected boolean |
SimpleTest.test(ValueStack stack,
Object prevVal1,
Object prevVal2)
The values in prevVal1 and prevVal2 will always be sent in.
|
Copyright © 2013 Atlassian. All Rights Reserved.