com.plumtree.uiinfrastructure.interpreter.filter
Class HttpCompressionFilter

java.lang.Object
  extended by com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      extended by com.plumtree.uiinfrastructure.interpreter.filter.HttpCompressionFilter
All Implemented Interfaces:
IInterpreterFilter

public class HttpCompressionFilter
extends BaseInterpreterFilter

Author:
scottc HttpCompressionFilter impliments the java servlet Filter interface. It compresses HTTP content using deflate or gzip, detecting browser support, compressing, and configuring headers appropriately.

Constructor Summary
HttpCompressionFilter()
           
 
Method Summary
 boolean PreFilter(RequestData requestData)
          A pass-through PreFilter.
 
Methods inherited from class com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
PostFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCompressionFilter

public HttpCompressionFilter()
Method Detail

PreFilter

public boolean PreFilter(RequestData requestData)
Description copied from class: BaseInterpreterFilter
A pass-through PreFilter. It always returns false.

Specified by:
PreFilter in interface IInterpreterFilter
Overrides:
PreFilter in class BaseInterpreterFilter
Parameters:
requestData - The request to be processed.
Returns:
a boolean indicating whether the request should be filtered out. A boolean true indicates that the filter has performed the necessary processing for the request and the Interpreter shall not do any further processing of it.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.