com.opensymphony.xwork2.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
 void clearContextValues()
          Remove all values from the context
 

Method Detail

clearContextValues

void clearContextValues()
Remove all values from the context


XWork Project Page