public interface TemplateFilter
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | filter(InputStream toFilter,
      String encoding)Filters (i.e modifies) a template. | 
InputStream filter(InputStream toFilter, String encoding) throws IOException
toFilter - the input stream for the template to filter.encoding - the encoding of the template, or null for the system
        encoding.IOException - if an error occurs while reading or filtering
         the template.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.