This figure shows how the JSP container executes a request for a JESI fragment. It shows a page that consists of the following:

  1. A first template block

  2. A first fragment

  3. A second template block

  4. A second fragment

  5. A third template block

The request is for the first fragment, resulting in the three template blocks being processed but with their output being discarded. The first fragment is processed and the second fragment is skipped. The resulting response consists of only the output from the first fragment.

(End of description.)