com.xpn.xwiki.render.filter
Class UrlFilter

java.lang.Object
  extended by org.radeox.filter.FilterSupport
      extended by org.radeox.filter.regex.RegexFilter
          extended by org.radeox.filter.regex.RegexTokenFilter
              extended by org.radeox.filter.regex.LocaleRegexTokenFilter
                  extended by com.xpn.xwiki.render.filter.UrlFilter
All Implemented Interfaces:
org.radeox.filter.CacheFilter, org.radeox.filter.Filter

public class UrlFilter
extends org.radeox.filter.regex.LocaleRegexTokenFilter
implements org.radeox.filter.CacheFilter


Field Summary
 
Fields inherited from class org.radeox.filter.regex.LocaleRegexTokenFilter
inputMessages, outputMessages
 
Fields inherited from class org.radeox.filter.regex.RegexFilter
MULTILINE, pattern, SINGLELINE, substitute
 
Fields inherited from class org.radeox.filter.FilterSupport
initialContext
 
Constructor Summary
UrlFilter()
           
 
Method Summary
protected  String getLocaleKey()
           
 void handleMatch(StringBuffer buffer, org.radeox.regex.MatchResult result, org.radeox.filter.context.FilterContext context)
           
 void setInitialContext(org.radeox.api.engine.context.InitialRenderContext context)
           
 
Methods inherited from class org.radeox.filter.regex.LocaleRegexTokenFilter
getInputBundle, getOutputBundle, isSingleLine
 
Methods inherited from class org.radeox.filter.regex.RegexTokenFilter
filter, setUp
 
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

UrlFilter

public UrlFilter()
Method Detail

getLocaleKey

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

setInitialContext

public void setInitialContext(org.radeox.api.engine.context.InitialRenderContext context)
Specified by:
setInitialContext in interface org.radeox.filter.Filter
Overrides:
setInitialContext in class org.radeox.filter.regex.LocaleRegexTokenFilter

handleMatch

public void handleMatch(StringBuffer buffer,
                        org.radeox.regex.MatchResult result,
                        org.radeox.filter.context.FilterContext context)
Specified by:
handleMatch in class org.radeox.filter.regex.RegexTokenFilter


Copyright © 2004–2014 XWiki. All rights reserved.