com.xpn.xwiki.render.filter
Class StyleFilter

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 com.xpn.xwiki.render.filter.StyleFilter
All Implemented Interfaces:
org.radeox.filter.Filter

public class StyleFilter
extends org.radeox.filter.regex.RegexTokenFilter


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
StyleFilter()
           
 
Method Summary
protected  org.radeox.macro.Repository getMacroRepository()
           
 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.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

StyleFilter

public StyleFilter()
Method Detail

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.FilterSupport

getMacroRepository

protected org.radeox.macro.Repository getMacroRepository()

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.