public class XWikiListFilter
extends org.radeox.filter.ListFilter
implements org.radeox.filter.CacheFilter
inputMessages, outputMessages
Constructor and Description |
---|
XWikiListFilter()
Default constructor; builds predefined open and close lists.
|
Modifier and Type | Method and Description |
---|---|
void |
handleMatch(StringBuffer buffer,
org.radeox.regex.MatchResult result,
org.radeox.filter.context.FilterContext context)
Method called whenever the wiki source matches the list syntax.
|
public XWikiListFilter()
public void handleMatch(StringBuffer buffer, org.radeox.regex.MatchResult result, org.radeox.filter.context.FilterContext context)
handleMatch
in class org.radeox.filter.ListFilter
buffer
- The output buffer, where the HTML code is printed.result
- The regex match result; input is read from this Reader.context
- The FilterContext object, used to get access to the Rendering context.ListFilter.handleMatch(StringBuffer, org.radeox.regex.MatchResult, org.radeox.filter.context.FilterContext)
Copyright © 2004–2014 XWiki. All rights reserved.