org.radeox.filter.regex
Class ActionSubstitution
java.lang.Object
|
+--StringSubstitution
|
+--org.radeox.filter.regex.ActionSubstitution
- public class ActionSubstitution
- extends StringSubstitution
- See Also:
- Serialized Form
Method Summary |
void |
appendSubstitution(java.lang.StringBuffer stringBuffer,
MatchResult matchResult,
int i,
PatternMatcherInput patternMatcherInput,
PatternMatcher patternMatcher,
Pattern pattern)
Append the string with its substitution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionSubstitution
public ActionSubstitution(java.lang.String s,
ActionMatch actionMatch,
FilterContext context)
appendSubstitution
public void appendSubstitution(java.lang.StringBuffer stringBuffer,
MatchResult matchResult,
int i,
PatternMatcherInput patternMatcherInput,
PatternMatcher patternMatcher,
Pattern pattern)
- Append the string with its substitution.
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.