この図は、JESIテンプレートに対するリクエストがJSPコンテナでどのように実行されるかを示しています。次の要素で構成されるページを示します。
1) A first template block

2) A first fragment

3) A second template block

4) A second fragment

5) A third template block

    
リクエストはテンプレートのみを対象としているため、3つのテンプレート・ブロックが処理されますが、2つのフラグメントはスキップされます。その結果、レスポンスは次の要素で構成されます。
1) The first template block

2) An esi:include element for the first fragment

3) The second template block

4) An esi:include element for the second fragment

5) The third template block
    

 

Copyright © 1997, 2004, Oracle.All rights reserved.