Package org.apache.struts2.util
Interface ValueStackFactory
- All Known Implementing Classes:
OgnlValueStackFactory
public interface ValueStackFactory
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
-
Method Summary
Modifier and TypeMethodDescriptionGet a new instance ofValueStack
createValueStack
(ValueStack stack) Get a new instance ofValueStack
-
Method Details
-
createValueStack
ValueStack createValueStack()Get a new instance ofValueStack
- Returns:
- a new
ValueStack
.
-
createValueStack
Get a new instance ofValueStack
- Parameters:
stack
- an existing stack to include.- Returns:
- a new
ValueStack
.
-