Package org.blojsom.filter

Defines the classes and interfaces for blojsom filters

See:
          Description

Class Summary
CharArrayWrapper A response wrapper that takes everything the client would normally output and saves it in one big character array.
CompressionFilter CompressionFilter

Copyright 2003 Jayson Falkner (jayson@jspinsider.com) This code is from "Servlets and JavaServer pages; the J2EE Web Tier", http://www.jspbook.com.

FeedFilter FeedFilter
GZIPResponseStream GZIPResponseStream

Copyright 2003 Jayson Falkner (jayson@jspinsider.com) This code is from "Servlets and JavaServer pages; the J2EE Web Tier", http://www.jspbook.com.

GZIPResponseWrapper GZIPResponseWrapper

Copyright 2003 Jayson Falkner (jayson@jspinsider.com) This code is from "Servlets and JavaServer pages; the J2EE Web Tier", http://www.jspbook.com.

PageFilter Page filter supports URLs of the form /[blojsom context]/[blojsom servlet mapping]/[blog ID]/[page name]/page/.
PermalinkFilter PermalinkFilter
SimpleCompressionFilter Filter that compresses output with gzip (assuming that browser supports gzip).
 

Package org.blojsom.filter Description

Defines the classes and interfaces for blojsom filters

Package Specification

Related Documentation