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

Packages that use SubstitutionFilter
org.tuckey.web.filters.urlrewrite.substitution   
 

Uses of SubstitutionFilter in org.tuckey.web.filters.urlrewrite.substitution
 

Classes in org.tuckey.web.filters.urlrewrite.substitution that implement SubstitutionFilter
 class BackReferenceReplacer
          Back references (eg, %1, %2 etc) replacer.
 class FunctionReplacer
          Helper class for function replacement.
 class MatcherReplacer
          Back references (eg, $1, $2 etc) replacer.
 class PatternReplacer
          Replaces each match of the condition to the given substituted pattern
 class UnescapeReplacer
          Removes escape sequences from the string (\)
 class VariableReplacer
          Helper class for variable replacement.
 

Methods in org.tuckey.web.filters.urlrewrite.substitution with parameters of type SubstitutionFilter
static String ChainedSubstitutionFilters.substitute(String string, SubstitutionFilter singleFilter)
           
 



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