org.radeox.filter
Class TypographyFilter

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.TypographyFilter
All Implemented Interfaces:
CacheFilter, Filter

public class TypographyFilter
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
TypographyFilter()
           
 
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

TypographyFilter

public TypographyFilter()
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.