org.radeox.filter.regex
Class ActionSubstitution

java.lang.Object
  |
  +--StringSubstitution
        |
        +--org.radeox.filter.regex.ActionSubstitution

public class ActionSubstitution
extends StringSubstitution

See Also:
Serialized Form

Constructor Summary
ActionSubstitution(java.lang.String s, ActionMatch actionMatch, FilterContext context)
           
 
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
 

Constructor Detail

ActionSubstitution

public ActionSubstitution(java.lang.String s,
                          ActionMatch actionMatch,
                          FilterContext context)
Method Detail

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.