Package org.ibisph.filter.artifact

Provides a caching mechanism for the specified URI patterns.

See:
          Description

Class Summary
Filter Controls creation and distribution of requested pages which are artifacted/ cached to a disk files.
ResponseStream Standard response stream required for the artifacting filter mechanism.
ResponseWrapper Basic response wrapper that captures results from downstream processing.
 

Package org.ibisph.filter.artifact Description

Provides a caching mechanism for the specified URI patterns. If the requested resource is a candidate (e.g. the URI pattern matches that specified) then the original request is sent through. The response contents are then saved to a disk file. The next time that resource is requested, the file is simply streamed back without having to so through the normal request/response cycle.

This filter handles compression (via request GZIP mime support) and the SVG specific pages (via the GraphicType request parameter). Both of these cases involve using path properties set as filter init parameters.