Class InternalRewriteMap.Unescape
- java.lang.Object
- 
- org.apache.catalina.valves.rewrite.InternalRewriteMap.Unescape
 
- 
- All Implemented Interfaces:
- RewriteMap
 - Enclosing class:
- InternalRewriteMap
 
 public static class InternalRewriteMap.Unescape extends java.lang.Object implements RewriteMap 
- 
- 
Constructor SummaryConstructors Constructor Description Unescape()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringlookup(java.lang.String key)Maps a key to a replacement value.
 The method is free to returnnullto indicate, that the default value from theRewriteRuledirective should be used.java.lang.StringsetParameters(java.lang.String params)Optional parameter that can be defined through theRewriteMapdirective in therewrite.configfile.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.catalina.valves.rewrite.RewriteMapsetParameters
 
- 
 
- 
- 
- 
Method Detail- 
setParameterspublic java.lang.String setParameters(java.lang.String params) Description copied from interface:RewriteMapOptional parameter that can be defined through theRewriteMapdirective in therewrite.configfile.- Specified by:
- setParametersin interface- RewriteMap
- Parameters:
- params- the optional parameter
- Returns:
- value is currently ignored
 
 - 
lookuppublic java.lang.String lookup(java.lang.String key) Description copied from interface:RewriteMapMaps a key to a replacement value.
 The method is free to returnnullto indicate, that the default value from theRewriteRuledirective should be used.- Specified by:
- lookupin interface- RewriteMap
- Parameters:
- key- used by the actual implementation to generate a mapped value
- Returns:
- mapped value or null
 
 
- 
 
-