org.radeox.filter.regex
Class LocaleRegexReplaceFilter

java.lang.Object
  extended byorg.radeox.filter.FilterSupport
      extended byorg.radeox.filter.regex.RegexFilter
          extended byorg.radeox.filter.regex.RegexReplaceFilter
              extended byorg.radeox.filter.regex.LocaleRegexReplaceFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
BoldFilter, ItalicFilter, KeyFilter, LineFilter, MarkFilter, NewlineFilter, ParagraphFilter, StrikeThroughFilter, TypographyFilter

public abstract class LocaleRegexReplaceFilter
extends RegexReplaceFilter


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
LocaleRegexReplaceFilter()
           
 
Method Summary
protected  java.util.ResourceBundle getInputBundle()
           
protected abstract  java.lang.String getLocaleKey()
           
protected  java.util.ResourceBundle getOutputBundle()
           
protected  boolean isSingleLine()
           
 void setInitialContext(InitialRenderContext context)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleRegexReplaceFilter

public LocaleRegexReplaceFilter()
Method Detail

getLocaleKey

protected abstract java.lang.String getLocaleKey()

isSingleLine

protected boolean isSingleLine()

getInputBundle

protected java.util.ResourceBundle getInputBundle()

getOutputBundle

protected java.util.ResourceBundle getOutputBundle()

setInitialContext

public void setInitialContext(InitialRenderContext context)
Specified by:
setInitialContext in interface Filter
Overrides:
setInitialContext in class FilterSupport


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.