Class InternalRewriteMap
java.lang.Object
org.apache.catalina.valves.rewrite.InternalRewriteMap
Utility class providing built-in rewrite map implementations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRewriteMap that URL-encodes strings.static classRewriteMap that converts strings to lower case.static classRewriteMap that URL-decodes strings.static classRewriteMap that converts strings to upper case. -
Method Summary
-
Method Details
-
toMap
Get a built-in RewriteMap by name.- Parameters:
name- the map name (toupper, tolower, escape, unescape)- Returns:
- the RewriteMap implementation, or
nullif not found
-