org.tuckey.web.filters.urlrewrite.substitution
Class PatternReplacer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternReplacer
public PatternReplacer()
substitute
public String substitute(String from,
SubstitutionContext ctx,
SubstitutionFilterChain nextFilter)
- Specified by:
substitute in interface SubstitutionFilter
Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.