Package org.radeox.macro.code
Class SqlCodeFilter
- java.lang.Object
-
- org.radeox.filter.FilterSupport
-
- org.radeox.filter.regex.RegexFilter
-
- org.radeox.filter.regex.RegexReplaceFilter
-
- org.radeox.macro.code.DefaultRegexCodeFormatter
-
- org.radeox.macro.code.SqlCodeFilter
-
- All Implemented Interfaces:
Filter,SourceCodeFormatter
public class SqlCodeFilter extends DefaultRegexCodeFormatter implements SourceCodeFormatter
-
-
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
Constructors Constructor Description SqlCodeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()-
Methods inherited from class org.radeox.macro.code.DefaultRegexCodeFormatter
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
-
Methods inherited from interface org.radeox.macro.code.SourceCodeFormatter
filter, getPriority
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSourceCodeFormatter
-
-