org.tuckey.web.filters.urlrewrite.substitution
Class PatternReplacer

java.lang.Object
  extended by org.tuckey.web.filters.urlrewrite.substitution.PatternReplacer
All Implemented Interfaces:
SubstitutionFilter

public class PatternReplacer
extends Object
implements SubstitutionFilter

Replaces each match of the condition to the given substituted pattern

Version:
$Revision: 1 $ $Date: 2006-08-01 21:40:28 +1200 (Tue, 01 Aug 2006) $
Author:
Paul Tuckey

Constructor Summary
PatternReplacer()
           
 
Method Summary
 String substitute(String from, SubstitutionContext ctx, SubstitutionFilterChain nextFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternReplacer

public PatternReplacer()
Method Detail

substitute

public String substitute(String from,
                         SubstitutionContext ctx,
                         SubstitutionFilterChain nextFilter)
Specified by:
substitute in interface SubstitutionFilter


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