Thread Context Variable Delete Handler¶
Table of contents
This handler deletes variables in the thread local configured by the Thread Context Variable Management Handler .
This handler performs the following process.
The process flow is as follows.

Module list¶
<dependency>
<groupId>com.nablarch.framework</groupId>
<artifactId>nablarch-fw</artifactId>
</dependency>
Constraints¶
This handler should be placed at the beginning as far as possible. The reason is that the handlers before this handler cannot access the thread context in response processing.
Deletion process of thread context¶
Deletes all the values configured on the thread local with Thread Context Variable Management Handler .