Package org.radeox.filter.regex
Class LocaleRegexTokenFilter
- java.lang.Object
-
- org.radeox.filter.FilterSupport
-
- org.radeox.filter.regex.RegexFilter
-
- org.radeox.filter.regex.RegexTokenFilter
-
- org.radeox.filter.regex.LocaleRegexTokenFilter
-
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
EscapeFilter,HeadingFilter,LinkTestFilter,ListFilter,ParamFilter,UrlFilter
public abstract class LocaleRegexTokenFilter extends RegexTokenFilter
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceBundleinputMessagesprotected ResourceBundleoutputMessages-
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 LocaleRegexTokenFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ResourceBundlegetInputBundle()protected abstract StringgetLocaleKey()protected ResourceBundlegetOutputBundle()protected booleanisSingleLine()voidsetInitialContext(org.radeox.api.engine.context.InitialRenderContext context)-
Methods inherited from class org.radeox.filter.regex.RegexTokenFilter
filter, handleMatch, setUp
-
Methods inherited from class org.radeox.filter.regex.RegexFilter
addRegex, addRegex, clearRegex
-
Methods inherited from class org.radeox.filter.FilterSupport
before, getDescription, replaces
-
-
-
-
Field Detail
-
inputMessages
protected ResourceBundle inputMessages
-
outputMessages
protected ResourceBundle outputMessages
-
-
Method Detail
-
isSingleLine
protected boolean isSingleLine()
-
getInputBundle
protected ResourceBundle getInputBundle()
-
getOutputBundle
protected ResourceBundle getOutputBundle()
-
setInitialContext
public void setInitialContext(org.radeox.api.engine.context.InitialRenderContext context)
- Specified by:
setInitialContextin interfaceFilter- Overrides:
setInitialContextin classFilterSupport
-
getLocaleKey
protected abstract String getLocaleKey()
-
-