public interface Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
flush() |
boolean |
hasCachedData() |
String |
parse(String input) |
void |
setReader(LineNumberReader reader)
set reader used with this filter
|
static final String EMPTY_STRING
void setReader(LineNumberReader reader)
reader - String parse(String input)
input - la chaine de caractère à processerboolean hasCachedData()
true si le filtre contient des données en cacheString flush()
Copyright © 2002–2015 CodeLutin. All rights reserved.