public class ListFilter extends LocaleRegexTokenFilter implements CacheFilter
inputMessages, outputMessagesMULTILINE, pattern, SINGLELINE, substituteinitialContext| Constructor and Description |
|---|
ListFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLocaleKey() |
void |
handleMatch(StringBuffer buffer,
MatchResult result,
FilterContext context)
Method is called for every occurance of a regular expression.
|
protected boolean |
isSingleLine() |
getInputBundle, getOutputBundle, setInitialContextfilter, setUpaddRegex, addRegex, clearRegexbefore, getDescription, replacesprotected String getLocaleKey()
getLocaleKey in class LocaleRegexTokenFilterprotected boolean isSingleLine()
isSingleLine in class LocaleRegexTokenFilterpublic void handleMatch(StringBuffer buffer, MatchResult result, FilterContext context)
RegexTokenFilterhandleMatch in class RegexTokenFilterbuffer - Buffer to write replacement string toresult - Hit with the found regualr expressioncontext - FilterContext for filtersCopyright © 2003-2014 Sakai Project. All Rights Reserved.