6.1.6. Thread Context Variable Delete Handler

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.

../../../../_images/flow8.png

6.1.6.2. Module list

<dependency>
  <groupId>com.nablarch.framework</groupId>
  <artifactId>nablarch-fw</artifactId>
</dependency>

6.1.6.3. 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.

6.1.6.4. Deletion process of thread context

Deletes all the values configured on the thread local with Thread Context Variable Management Handler .