Compression wrapper, helper class code

This helper class is a Decorator on the ServletOutputStream abstract class which delegates the real work of compressing the generated content using a standard GZIP output stream.

There is only one abstract method in the ServletOutputStream that this Decorator must implement: write(int). This is where all of the delegation magic occurs!

image with no caption

Request path

Filter Sequence

/Recipes/HopsReport.do

Filters: 1, 5

/Recipes/HopsList.do

Filters: 1, 5, 2

/Recipes/Modify/ModRecipes.do

Filters: 1, 5, 4

/HopsList.do

Filters:5

/Recipes/Add/AddRecipes.do

Filters:1, 3, 5

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset