public static class InternalRewriteMap.LowerCase extends Object implements RewriteMap
Constructor and Description |
---|
LowerCase() |
Modifier and Type | Method and Description |
---|---|
String |
lookup(String key)
Maps a key to a replacement value.
|
String |
setParameters(String params)
Optional parameter that can be defined through the
RewriteMap
directive in the rewrite.config file. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setParameters
public String setParameters(String params)
RewriteMap
RewriteMap
directive in the rewrite.config
file.setParameters
in interface RewriteMap
params
- the optional parameterpublic String lookup(String key)
RewriteMap
null
to indicate, that the default
value from the RewriteRule
directive should be used.lookup
in interface RewriteMap
key
- used by the actual implementation to generate a mapped valuenull
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.