Package org.apache.struts2.util
Interface ClearableValueStack
- All Known Implementing Classes:
- OgnlValueStack
public interface ClearableValueStack
ValueStacks implementing this interface provide a way to remove values from
 their contexts.
- 
Method Summary
- 
Method Details- 
clearContextValuesvoid clearContextValues()Remove all values from the context
 
-