Package org.radeox.filter
Class KeyFilter
-
- All Implemented Interfaces:
CacheFilter,Filter
public class KeyFilter extends LocaleRegexReplaceFilter implements CacheFilter
-
-
Field Summary
-
Fields inherited from class org.radeox.filter.regex.RegexFilter
MULTILINE, pattern, SINGLELINE, substitute
-
Fields inherited from class org.radeox.filter.FilterSupport
initialContext
-
-
Constructor Summary
Constructors Constructor Description KeyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLocaleKey()-
Methods inherited from class org.radeox.filter.regex.LocaleRegexReplaceFilter
getInputBundle, getOutputBundle, isSingleLine, setInitialContext
-
Methods inherited from class org.radeox.filter.regex.RegexReplaceFilter
filter
-
Methods inherited from class org.radeox.filter.regex.RegexFilter
addRegex, addRegex, clearRegex
-
Methods inherited from class org.radeox.filter.FilterSupport
before, getDescription, replaces
-
-
-
-
Method Detail
-
getLocaleKey
protected String getLocaleKey()
- Specified by:
getLocaleKeyin classLocaleRegexReplaceFilter
-
-