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

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

public class UnescapeReplacer
extends Object
implements SubstitutionFilter

Removes escape sequences from the string (\)

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

Constructor Summary
UnescapeReplacer()
           
 
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

UnescapeReplacer

public UnescapeReplacer()
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.