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 SummaryModifier and TypeMethodDescriptionGet a new instance ofValueStackcreateValueStack(ValueStack stack) Get a new instance ofValueStack
- 
Method Details- 
createValueStackValueStack createValueStack()Get a new instance ofValueStack- Returns:
- a new ValueStack.
 
- 
createValueStackGet a new instance ofValueStack- Parameters:
- stack- an existing stack to include.
- Returns:
- a new ValueStack.
 
 
-