com.xpn.xwiki.render.filter
Class UnderlineFilter

java.lang.Object
  extended by org.radeox.filter.FilterSupport
      extended by org.radeox.filter.regex.RegexFilter
          extended by org.radeox.filter.regex.RegexReplaceFilter
              extended by org.radeox.filter.regex.LocaleRegexReplaceFilter
                  extended by com.xpn.xwiki.render.filter.UnderlineFilter
All Implemented Interfaces:
org.radeox.filter.CacheFilter, org.radeox.filter.Filter

public class UnderlineFilter
extends org.radeox.filter.regex.LocaleRegexReplaceFilter
implements org.radeox.filter.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
UnderlineFilter()
           
 
Method Summary
protected  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

UnderlineFilter

public UnderlineFilter()
Method Detail

getLocaleKey

protected String getLocaleKey()
Specified by:
getLocaleKey in class org.radeox.filter.regex.LocaleRegexReplaceFilter


Copyright © 2004-2013 XWiki. All Rights Reserved.