|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.radeox.filter.FilterSupport | +--org.radeox.filter.regex.RegexFilter | +--org.radeox.filter.regex.RegexReplaceFilter | +--org.radeox.macro.code.DefaultRegexCodeFormatter
Field Summary |
Fields inherited from class org.radeox.filter.regex.RegexFilter |
interps, limit, matcher, MULTILINE, pattern, SINGLELINE, substitute |
Fields inherited from class org.radeox.filter.FilterSupport |
initialContext |
Constructor Summary | |
DefaultRegexCodeFormatter(java.lang.String regex,
java.lang.String substitute)
|
Method Summary | |
int |
getPriority()
|
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, setInitialContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultRegexCodeFormatter(java.lang.String regex, java.lang.String substitute)
Method Detail |
public int getPriority()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |