org.radeox.filter
Class BoldFilter

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
                  extended byorg.radeox.filter.BoldFilter
All Implemented Interfaces:
CacheFilter, Filter

public class BoldFilter
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
BoldFilter()
           
 
Method Summary
protected  java.lang.String getLocaleKey()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoldFilter

public BoldFilter()
Method Detail

getLocaleKey

protected java.lang.String getLocaleKey()
Specified by:
getLocaleKey in class LocaleRegexReplaceFilter


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