org.xwiki.portlet.view
Interface StreamFilter

All Known Implementing Classes:
CSSStreamFilter, HTMLStreamFilter, JavaScriptStreamFilter

public interface StreamFilter

Filters a stream of characters.

Version:
$Id: 291d184c773f5eee889a876b69eafe7d4e58e3a5 $

Method Summary
 void filter(Reader reader, Writer writer)
          Filters the given character stream.
 

Method Detail

filter

void filter(Reader reader,
            Writer writer)
Filters the given character stream.

Parameters:
reader - the character stream to be filtered
writer - the resulting character stream


Copyright © 2004-2013 XWiki. All Rights Reserved.