org.tuckey.web.filters.urlrewrite.substitution
Interface SubstitutionFilter

All Known Implementing Classes:
BackReferenceReplacer, FunctionReplacer, MatcherReplacer, PatternReplacer, UnescapeReplacer, VariableReplacer

public interface SubstitutionFilter


Method Summary
 String substitute(String string, SubstitutionContext ctx, SubstitutionFilterChain nextFilter)
           
 

Method Detail

substitute

String substitute(String string,
                  SubstitutionContext ctx,
                  SubstitutionFilterChain nextFilter)


Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.