com.xpn.xwiki.render
Class ListSubstitution
java.lang.Object
org.apache.oro.text.regex.StringSubstitution
org.apache.oro.text.regex.Perl5Substitution
com.xpn.xwiki.render.WikiSubstitution
com.xpn.xwiki.render.ListSubstitution
- All Implemented Interfaces:
- org.apache.oro.text.regex.Substitution
public class ListSubstitution
- extends WikiSubstitution
Fields inherited from class org.apache.oro.text.regex.Perl5Substitution |
INTERPOLATE_ALL, INTERPOLATE_NONE |
Methods inherited from class com.xpn.xwiki.render.WikiSubstitution |
getMatcher, getPattern, getUtil, makePattern, makePattern, prepareSubstitution, setPattern, setPattern, setPattern, setUtil, substitute |
Methods inherited from class org.apache.oro.text.regex.Perl5Substitution |
setSubstitution, setSubstitution |
Methods inherited from class org.apache.oro.text.regex.StringSubstitution |
getSubstitution, toString |
ListSubstitution
public ListSubstitution(Util util)
appendSubstitution
public void appendSubstitution(StringBuffer stringBuffer,
org.apache.oro.text.regex.MatchResult matchResult,
int i,
org.apache.oro.text.regex.PatternMatcherInput minput,
org.apache.oro.text.regex.PatternMatcher patternMatcher,
org.apache.oro.text.regex.Pattern pattern)
- Specified by:
appendSubstitution
in interface org.apache.oro.text.regex.Substitution
- Overrides:
appendSubstitution
in class WikiSubstitution
substitute
public String substitute(String line,
int type)
handleList
public String handleList(String line)
dumpCurrentList
public String dumpCurrentList(StringBuffer output,
boolean force)
Copyright © 2004-2013 XWiki. All Rights Reserved.