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